diff options
Diffstat (limited to 'src/PowderToySDL.cpp')
| -rw-r--r-- | src/PowderToySDL.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/PowderToySDL.cpp b/src/PowderToySDL.cpp index 9e79248..75c1861 100644 --- a/src/PowderToySDL.cpp +++ b/src/PowderToySDL.cpp @@ -3,9 +3,9 @@ #include <map> #include <string> #include <time.h> -#include "SDL/SDL.h" +#include "SDL.h" #ifdef WIN -#include "SDL/SDL_syswm.h" +#include "SDL_syswm.h" #include <direct.h> #endif #include <iostream> |
