summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2017-09-09 06:55:34 +0300
committerAndrei Karas <akaras@inbox.ru>2017-09-09 06:55:34 +0300
commitc1747eef4ec4b07857a498f9806d3b222ab0baa6 (patch)
treebc99d0917c0d3df0c30e174cf3028675c0ee9522
parent2c466f46024615828be8fdf69a5868a3f96206c4 (diff)
downloadplus-c1747eef4ec4b07857a498f9806d3b222ab0baa6.tar.gz
plus-c1747eef4ec4b07857a498f9806d3b222ab0baa6.tar.bz2
plus-c1747eef4ec4b07857a498f9806d3b222ab0baa6.tar.xz
plus-c1747eef4ec4b07857a498f9806d3b222ab0baa6.zip
Remove extra include from sdlhelper.cpp
-rw-r--r--src/utils/sdlhelper.cpp1
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"