aboutsummaryrefslogtreecommitdiff
path: root/src/main.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/main.c')
-rw-r--r--src/main.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/main.c b/src/main.c
index 26f38c2..df2ef79 100644
--- a/src/main.c
+++ b/src/main.c
@@ -12,7 +12,6 @@
#include "bitmap.h"
#include "character.h"
-#include "color.h"
#ifdef _DEBUG
#warning "Compiling with DEBUG"
@@ -187,4 +186,3 @@ void print_help( void )
printf(" -d: Dynamic brightness range\n -m PALETTE: specify custom character palette from darkest to brightest\n");
}
-