diff options
author | Andrei Karas <akaras@inbox.ru> | 2017-02-07 20:39:07 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2017-02-07 20:39:07 +0300 |
commit | c2d2197d7d70dc1090bcdddca3dc04fc0a8d7744 (patch) | |
tree | f0a06acf9af3299dc6701d273b386681de1b0df3 /src/utils/sdl2helper.h | |
parent | f86a584d8f19a06d06acaef3ad1f9d3eef4690ad (diff) | |
download | ManaVerse-c2d2197d7d70dc1090bcdddca3dc04fc0a8d7744.tar.gz ManaVerse-c2d2197d7d70dc1090bcdddca3dc04fc0a8d7744.tar.bz2 ManaVerse-c2d2197d7d70dc1090bcdddca3dc04fc0a8d7744.tar.xz ManaVerse-c2d2197d7d70dc1090bcdddca3dc04fc0a8d7744.zip |
Remove extra include SDL_stdinc.h.
Diffstat (limited to 'src/utils/sdl2helper.h')
-rw-r--r-- | src/utils/sdl2helper.h | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/src/utils/sdl2helper.h b/src/utils/sdl2helper.h index 9be1c25e5..5b95d6ebf 100644 --- a/src/utils/sdl2helper.h +++ b/src/utils/sdl2helper.h @@ -26,14 +26,6 @@ #include "localconsts.h" -PRAGMA45(GCC diagnostic push) -PRAGMA45(GCC diagnostic ignored "-Wswitch-default") -#include <SDL_stdinc.h> -#if !defined(_SDL_stdinc_h) && !defined(SDL_stdinc_h_) && !defined(SDL_stdinc_h) -#error need include SDL_stdinc.h -#endif // !defined(_SDL_stdinc_h) && !defined(SDL_stdinc_h_) - -PRAGMA45(GCC diagnostic pop) #include <SDL_thread.h> struct SDL_Surface; |