diff options
author | Andrei Karas <akaras@inbox.ru> | 2016-06-15 19:00:59 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2016-06-15 19:00:59 +0300 |
commit | 39e19833f3cdb67b53544f3a8787628e484a50ef (patch) | |
tree | 20758d2591927e2147d343cf44b8ef39cd8045c5 /src/render/vertexes/openglgraphicsvertexes.h | |
parent | 5273b0bc8dcc2adbf8557a4008c63e50955884fe (diff) | |
download | manaplus-39e19833f3cdb67b53544f3a8787628e484a50ef.tar.gz manaplus-39e19833f3cdb67b53544f3a8787628e484a50ef.tar.bz2 manaplus-39e19833f3cdb67b53544f3a8787628e484a50ef.tar.xz manaplus-39e19833f3cdb67b53544f3a8787628e484a50ef.zip |
Fix other include issues.
Diffstat (limited to 'src/render/vertexes/openglgraphicsvertexes.h')
-rw-r--r-- | src/render/vertexes/openglgraphicsvertexes.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/render/vertexes/openglgraphicsvertexes.h b/src/render/vertexes/openglgraphicsvertexes.h index 6df146e2c..853161b87 100644 --- a/src/render/vertexes/openglgraphicsvertexes.h +++ b/src/render/vertexes/openglgraphicsvertexes.h @@ -32,13 +32,10 @@ #include <SDL_opengl.h> #endif -#endif - #include <vector> #include "localconsts.h" -#ifdef USE_OPENGL class OpenGLGraphicsVertexes final { public: |