Commit e2b19c85ea0f3fd6091386adfd3a2acd21107cb4

Authored by malc
1 parent d644f8be

Remove SDL/ prefix

Showing 1 changed file with 1 additions and 1 deletions
sdl_zoom.h
... ... @@ -14,7 +14,7 @@
14 14 #ifndef SDL_zoom_h
15 15 #define SDL_zoom_h
16 16  
17   -#include <SDL/SDL.h>
  17 +#include <SDL.h>
18 18  
19 19 #define SMOOTHING_OFF 0
20 20 #define SMOOTHING_ON 1
... ...