summaryrefslogtreecommitdiff
path: root/src/resources/sdlimagehelper.cpp
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2017-09-18 17:05:04 +0300
committerAndrei Karas <akaras@inbox.ru>2017-09-18 17:05:04 +0300
commitb6d83c911a9a11876f60e1c63181f093d98a37ba (patch)
tree9eb20a454d83e74b684eb635d1d6c3c0c1ba4888 /src/resources/sdlimagehelper.cpp
parent0034c2c7ee0a644aac9d43e2d37661dc89e96003 (diff)
downloadplus-b6d83c911a9a11876f60e1c63181f093d98a37ba.tar.gz
plus-b6d83c911a9a11876f60e1c63181f093d98a37ba.tar.bz2
plus-b6d83c911a9a11876f60e1c63181f093d98a37ba.tar.xz
plus-b6d83c911a9a11876f60e1c63181f093d98a37ba.zip
Remove extra includes.
Diffstat (limited to 'src/resources/sdlimagehelper.cpp')
-rw-r--r--src/resources/sdlimagehelper.cpp5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/resources/sdlimagehelper.cpp b/src/resources/sdlimagehelper.cpp
index fecd11482..d941931e4 100644
--- a/src/resources/sdlimagehelper.cpp
+++ b/src/resources/sdlimagehelper.cpp
@@ -32,11 +32,6 @@
#include "utils/checkutils.h"
#include "utils/sdlcheckutils.h"
-PRAGMA48(GCC diagnostic push)
-PRAGMA48(GCC diagnostic ignored "-Wshadow")
-#include <SDL_image.h>
-PRAGMA48(GCC diagnostic pop)
-
#include "localconsts.h"
#if SDL_BYTEORDER == SDL_LIL_ENDIAN