1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2026-01-15 19:13:07 +01:00

Remove unnecessary SDL.h include

This commit is contained in:
Ted John
2017-06-10 16:32:32 +01:00
parent 1f5373e927
commit 9bb055acc0

View File

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