diff options
Diffstat (limited to 'tprintf.h')
-rw-r--r-- | tprintf.h | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -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); |