diff options
author | Andrei Karas <akaras@inbox.ru> | 2015-03-16 23:58:40 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2015-03-17 14:02:30 +0300 |
commit | 3f7f55d24f8adbfaa6e534734e955fb3c37792ff (patch) | |
tree | 30c90bdab5d99a6e0e75dc5ee593f641bd1ad88f /src/render/mglx.h | |
parent | deec925bcd6ef5ea611082263dc0a7e4904345d2 (diff) | |
download | plus-3f7f55d24f8adbfaa6e534734e955fb3c37792ff.tar.gz plus-3f7f55d24f8adbfaa6e534734e955fb3c37792ff.tar.bz2 plus-3f7f55d24f8adbfaa6e534734e955fb3c37792ff.tar.xz plus-3f7f55d24f8adbfaa6e534734e955fb3c37792ff.zip |
Remove useless includes from .h files.
Diffstat (limited to 'src/render/mglx.h')
-rw-r--r-- | src/render/mglx.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/render/mglx.h b/src/render/mglx.h index 094520e76..575041a94 100644 --- a/src/render/mglx.h +++ b/src/render/mglx.h @@ -22,6 +22,7 @@ #define RENDER_MGLX_H #include "main.h" + #if defined(USE_OPENGL) && defined(USE_X11) #include "render/mglxtypes.h" |