From 4258e60771aa9fdabd678930eca534423bd371b8 Mon Sep 17 00:00:00 2001 From: Marijn van der Werf Date: Thu, 1 Dec 2016 03:51:24 +0100 Subject: Declare more non-static functions in header files (#111) * Declare more non-static functions in header files * Use `(void)` for functions without arguments. * Move global-included data to seperate headers * Don't import types or global in header * Fix fieldmap imports * Revert in-code changes * Add missing newlines --- include/text.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'include/text.h') diff --git a/include/text.h b/include/text.h index d79611f85..fb6dfe915 100644 --- a/include/text.h +++ b/include/text.h @@ -1,8 +1,6 @@ #ifndef GUARD_TEXT_H #define GUARD_TEXT_H -#include "global.h" - #define CHAR_SPACE 0x00 #define CHAR_QUESTION_MARK 0xAC #define CHAR_HYPHEN 0xAE -- cgit v1.2.3