From 355bbe1b1e7fe1b0ab07fe2de8cb6e64418d51e0 Mon Sep 17 00:00:00 2001 From: Vadim Kochan Date: Fri, 12 Aug 2016 01:42:24 +0300 Subject: 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 Signed-off-by: Tobias Klauser --- tprintf.h | 1 - 1 file changed, 1 deletion(-) (limited to 'tprintf.h') 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); -- cgit v1.2.3-54-g00ecf