Remove unnecessary SDL.h include

This commit is contained in:
Ted John 2017-06-10 16:32:32 +01:00
parent 1f5373e927
commit 9bb055acc0
1 changed files with 0 additions and 1 deletions

View File

@ -30,7 +30,6 @@
#endif
#include <vector>
#include <SDL.h>
#include "../core/Math.hpp"
#include "../core/String.hpp"