summaryrefslogtreecommitdiff
path: root/tprintf.h
diff options
context:
space:
mode:
authorVadim Kochan <vadim4j@gmail.com>2016-08-12 01:42:24 +0300
committerTobias Klauser <tklauser@distanz.ch>2016-08-12 09:22:51 +0200
commit355bbe1b1e7fe1b0ab07fe2de8cb6e64418d51e0 (patch)
tree2b4b69205c164a30570af414f79df3726a44c1bc /tprintf.h
parent4651ad352e6afabea33ed46bca9fa49fab528d09 (diff)
colorize: Squash colorize macros into colors.h
Move colorize_xxx macroes to colors.h, the reason is to have one file for coloring stuff and have less files in the source tree. Signed-off-by: Vadim Kochan <vadim4j@gmail.com> Signed-off-by: Tobias Klauser <tklauser@distanz.ch>
Diffstat (limited to 'tprintf.h')
-rw-r--r--tprintf.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/tprintf.h b/tprintf.h
index b2ca69e..488360a 100644
--- a/tprintf.h
+++ b/tprintf.h
@@ -3,7 +3,6 @@
#include "built_in.h"
#include "colors.h"
-#include "colorize.h"
extern void tprintf_init(void);
extern void tprintf(char *msg, ...) __check_format_printf(1, 2);