summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2016-11-11 20:44:59 +0300
committerAndrei Karas <akaras@inbox.ru>2016-11-11 20:44:59 +0300
commit9eb389060d44672c311a36348036eab297859e7e (patch)
tree9663d304cf26f2be033e360a600f7b0b61d4e91a /src
parent4b1002f7c5fad28e39581161c1bf03dbdd1b7b54 (diff)
downloadplus-9eb389060d44672c311a36348036eab297859e7e.tar.gz
plus-9eb389060d44672c311a36348036eab297859e7e.tar.bz2
plus-9eb389060d44672c311a36348036eab297859e7e.tar.xz
plus-9eb389060d44672c311a36348036eab297859e7e.zip
Remove extra header in SDL 2.
Diffstat (limited to 'src')
-rw-r--r--src/being/compoundsprite.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/being/compoundsprite.cpp b/src/being/compoundsprite.cpp
index b41e6c0b5..297cb5da1 100644
--- a/src/being/compoundsprite.cpp
+++ b/src/being/compoundsprite.cpp
@@ -46,11 +46,11 @@
#include "resources/map/map.h"
#include "utils/timer.h"
-#endif // USE_SDL2
#ifndef SDL_BIG_ENDIAN
#include <SDL_endian.h>
#endif // SDL_BYTEORDER
+#endif // USE_SDL2
#include "debug.h"