summaryrefslogtreecommitdiff
path: root/src/resources/map
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2017-06-30 16:20:23 +0300
committerAndrei Karas <akaras@inbox.ru>2017-06-30 16:20:23 +0300
commit35002b57f36c1ea66daada6a3a0ef05ef37512ec (patch)
tree62ee93fdfacd78484925ab367fb39b6dd1dea49b /src/resources/map
parent47f3e53850eae9c714ffad0c1197191a782e72e8 (diff)
downloadplus-35002b57f36c1ea66daada6a3a0ef05ef37512ec.tar.gz
plus-35002b57f36c1ea66daada6a3a0ef05ef37512ec.tar.bz2
plus-35002b57f36c1ea66daada6a3a0ef05ef37512ec.tar.xz
plus-35002b57f36c1ea66daada6a3a0ef05ef37512ec.zip
Remove more extra headers.
Diffstat (limited to 'src/resources/map')
-rw-r--r--src/resources/map/maplayer.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/resources/map/maplayer.cpp b/src/resources/map/maplayer.cpp
index f9f154a64..b55637143 100644
--- a/src/resources/map/maplayer.cpp
+++ b/src/resources/map/maplayer.cpp
@@ -31,7 +31,9 @@
#include "gui/userpalette.h"
+#ifdef USE_OPENGL
#include "utils/foreach.h"
+#endif // USE_OPENGL
#include "render/graphics.h"