summaryrefslogtreecommitdiff
path: root/src/utils/sdlhelper.cpp
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2016-06-16 20:08:39 +0300
committerAndrei Karas <akaras@inbox.ru>2016-06-16 20:08:39 +0300
commit9e3635a6fdb0e71301a66a7561830013754645fa (patch)
treefca9c40efc78270472e39b7d3b084b36b4e25154 /src/utils/sdlhelper.cpp
parented93eed717eaa23543d089236ac1b09c4d152b54 (diff)
downloadplus-9e3635a6fdb0e71301a66a7561830013754645fa.tar.gz
plus-9e3635a6fdb0e71301a66a7561830013754645fa.tar.bz2
plus-9e3635a6fdb0e71301a66a7561830013754645fa.tar.xz
plus-9e3635a6fdb0e71301a66a7561830013754645fa.zip
Fix some more wrong includes.
Diffstat (limited to 'src/utils/sdlhelper.cpp')
-rw-r--r--src/utils/sdlhelper.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/utils/sdlhelper.cpp b/src/utils/sdlhelper.cpp
index bdb6dbd4e..2e0b51e54 100644
--- a/src/utils/sdlhelper.cpp
+++ b/src/utils/sdlhelper.cpp
@@ -26,9 +26,9 @@
#include "utils/stringutils.h"
-#ifdef USE_X11
+#if defined(USE_X11) && defined(USE_OPENGL)
#include "utils/glxhelper.h"
-#endif // USE_X11
+#endif // defined(USE_X11) && defined(USE_OPENGL)
#include <SDL_syswm.h>
#include <SDL_video.h>