summaryrefslogtreecommitdiff
path: root/src/render/graphics.cpp
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2016-02-07 22:51:42 +0300
committerAndrei Karas <akaras@inbox.ru>2016-02-07 22:51:42 +0300
commit17eb4c92bdaf20f66ef576028c67c80fcea93913 (patch)
tree4936eef82e62e6cd3107b2c99a9821b48902a59f /src/render/graphics.cpp
parent9fe21fcd8883b37bdc30224822e6e42afb35b8f0 (diff)
downloadplus-17eb4c92bdaf20f66ef576028c67c80fcea93913.tar.gz
plus-17eb4c92bdaf20f66ef576028c67c80fcea93913.tar.bz2
plus-17eb4c92bdaf20f66ef576028c67c80fcea93913.tar.xz
plus-17eb4c92bdaf20f66ef576028c67c80fcea93913.zip
Fix code style.
Diffstat (limited to 'src/render/graphics.cpp')
-rw-r--r--src/render/graphics.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/render/graphics.cpp b/src/render/graphics.cpp
index d01813fb3..383ce96fd 100644
--- a/src/render/graphics.cpp
+++ b/src/render/graphics.cpp
@@ -74,7 +74,6 @@
#include "render/openglx/mglxinit.h"
#endif
-#include "resources/imagehelper.h"
#ifdef USE_OPENGL
#include "resources/openglimagehelper.h"
#ifndef ANDROID
@@ -84,6 +83,8 @@
#include "render/nacl/naclfunctions.h"
#include "render/nacl/naclgles.h"
#endif // __native_client__
+#else // USE_OPENGL
+#include "resources/imagehelper.h"
#endif // USE_OPENGL
#ifdef USE_OPENGL