changeset 947:5ac8f5513978

Delete useless include line.
author Matti Hamalainen <ccr@tnsp.org>
date Thu, 26 Feb 2015 15:58:04 +0200
parents 93898b9a04ad
children 698ee83bac98
files src/libgfx.h
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
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" {