From b6d83c911a9a11876f60e1c63181f093d98a37ba Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Mon, 18 Sep 2017 17:05:04 +0300 Subject: Remove extra includes. --- src/resources/openglimagehelper.cpp | 5 ----- src/resources/safeopenglimagehelper.cpp | 5 ----- src/resources/sdlimagehelper.cpp | 5 ----- 3 files changed, 15 deletions(-) (limited to 'src/resources') diff --git a/src/resources/openglimagehelper.cpp b/src/resources/openglimagehelper.cpp index 6c30c6a73..21d56e500 100644 --- a/src/resources/openglimagehelper.cpp +++ b/src/resources/openglimagehelper.cpp @@ -46,11 +46,6 @@ #include "utils/checkutils.h" #include "utils/sdlcheckutils.h" -PRAGMA48(GCC diagnostic push) -PRAGMA48(GCC diagnostic ignored "-Wshadow") -#include -PRAGMA48(GCC diagnostic pop) - #include "debug.h" #ifndef SDL_BIG_ENDIAN diff --git a/src/resources/safeopenglimagehelper.cpp b/src/resources/safeopenglimagehelper.cpp index 2fcff7eb0..00e37e9aa 100644 --- a/src/resources/safeopenglimagehelper.cpp +++ b/src/resources/safeopenglimagehelper.cpp @@ -42,11 +42,6 @@ #include "utils/sdlcheckutils.h" -PRAGMA48(GCC diagnostic push) -PRAGMA48(GCC diagnostic ignored "-Wshadow") -#include -PRAGMA48(GCC diagnostic pop) - #include "debug.h" #ifndef SDL_BIG_ENDIAN 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 -PRAGMA48(GCC diagnostic pop) - #include "localconsts.h" #if SDL_BYTEORDER == SDL_LIL_ENDIAN -- cgit v1.2.3-70-g09d2