diff options
Diffstat (limited to 'src/sdl2gfx')
-rw-r--r-- | src/sdl2gfx/SDL2_framerate.h | 2 | ||||
-rw-r--r-- | src/sdl2gfx/SDL2_rotozoom.h | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/src/sdl2gfx/SDL2_framerate.h b/src/sdl2gfx/SDL2_framerate.h index a2e62e944..1f5a70c85 100644 --- a/src/sdl2gfx/SDL2_framerate.h +++ b/src/sdl2gfx/SDL2_framerate.h @@ -37,7 +37,7 @@ extern "C" { /* --- */ -#include "SDL.h" +#include <SDL.h> /* --------- Definitions */ diff --git a/src/sdl2gfx/SDL2_rotozoom.h b/src/sdl2gfx/SDL2_rotozoom.h index f4c236ba4..72dde24a5 100644 --- a/src/sdl2gfx/SDL2_rotozoom.h +++ b/src/sdl2gfx/SDL2_rotozoom.h @@ -41,7 +41,7 @@ extern "C" { #define M_PI 3.1415926535897932384626433832795 #endif -#include "SDL.h" +#include <SDL.h> /* ---- Defines */ |