diff options
author | Andrei Karas <akaras@inbox.ru> | 2017-09-09 06:55:34 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2017-09-09 06:55:34 +0300 |
commit | c1747eef4ec4b07857a498f9806d3b222ab0baa6 (patch) | |
tree | bc99d0917c0d3df0c30e174cf3028675c0ee9522 /src/utils | |
parent | 2c466f46024615828be8fdf69a5868a3f96206c4 (diff) | |
download | ManaVerse-c1747eef4ec4b07857a498f9806d3b222ab0baa6.tar.gz ManaVerse-c1747eef4ec4b07857a498f9806d3b222ab0baa6.tar.bz2 ManaVerse-c1747eef4ec4b07857a498f9806d3b222ab0baa6.tar.xz ManaVerse-c1747eef4ec4b07857a498f9806d3b222ab0baa6.zip |
Remove extra include from sdlhelper.cpp
Diffstat (limited to 'src/utils')
-rw-r--r-- | src/utils/sdlhelper.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/utils/sdlhelper.cpp b/src/utils/sdlhelper.cpp index 2e3576578..5a735b5ba 100644 --- a/src/utils/sdlhelper.cpp +++ b/src/utils/sdlhelper.cpp @@ -35,7 +35,6 @@ PRAGMA48(GCC diagnostic push) PRAGMA48(GCC diagnostic ignored "-Wshadow") #include <SDL_events.h> #include <SDL_syswm.h> -#include <SDL_video.h> PRAGMA48(GCC diagnostic pop) #include "debug.h" |