diff src/libgfx.h @ 947:5ac8f5513978

Delete useless include line.
author Matti Hamalainen <ccr@tnsp.org>
date Thu, 26 Feb 2015 15:58:04 +0200
parents e1378398be0f
children f654435df15e
line wrap: on
line diff
--- a/src/libgfx.h	Thu Feb 26 02:04:31 2015 +0200
+++ b/src/libgfx.h	Thu Feb 26 15:58:04 2015 +0200
@@ -9,7 +9,7 @@
 #define LIBMGFX_H 1
 
 #include "dmlib.h"
-#include "dmfile.h"
+
 
 #ifdef __cplusplus
 extern "C" {