commit 280e1d746c843ca8a2e3df5c51641e386f9ec25d
parent 7567ce0e84da0af07abae00a1f94e00bec04381e
Author: Frederic Cambus <fred@statdns.com>
Date: Thu, 14 Jun 2018 22:22:30 +0200
Minimize includes in drawchar.c
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/drawchar.c b/src/drawchar.c
@@ -9,7 +9,7 @@
// See the LICENSE file for details.
//
-#include "ansilove.h"
+#include <gd.h>
// shared method for drawing characters
void drawchar(gdImagePtr im, const unsigned char *font_data, int32_t bits,