Index: gfx-tools/Makefile
===================================================================
--- gfx-tools/Makefile	(revision 2)
+++ gfx-tools/Makefile	(revision 1)
@@ -1,4 +1,4 @@
 CC=gcc
-CFLAGS= -std=c99 -W -Wall -pedantic -D_GNU_SOURCE -DALLEGRO_STATICLINK -g
+CFLAGS= -std=c99 -W -Wall -pedantic -D_GNU_SOURCE -DALLEGRO_STATICLINK
 LIBS =  -L/usr/lib -Wl,-Bsymbolic-functions -lalleg
 
Index: gfx-tools/tga2teo2.c
===================================================================
--- gfx-tools/tga2teo2.c	(revision 2)
+++ gfx-tools/tga2teo2.c	(revision 1)
@@ -1,8 +1,7 @@
 #include <allegro.h>
 
-#include <stdio.h>
-#include <stdlib.h>
-#include <math.h>
-#include <libgen.h>
+#include "stdio.h"
+#include "stdlib.h"
+#include "math.h"
 
 /*
