comparison 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
comparison
equal deleted inserted replaced
946:93898b9a04ad 947:5ac8f5513978
7 */ 7 */
8 #ifndef LIBMGFX_H 8 #ifndef LIBMGFX_H
9 #define LIBMGFX_H 1 9 #define LIBMGFX_H 1
10 10
11 #include "dmlib.h" 11 #include "dmlib.h"
12 #include "dmfile.h" 12
13 13
14 #ifdef __cplusplus 14 #ifdef __cplusplus
15 extern "C" { 15 extern "C" {
16 #endif 16 #endif
17 17