diff options
author | Andrei Karas <akaras@inbox.ru> | 2014-06-03 18:58:01 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2014-06-03 18:58:01 +0300 |
commit | 45da7f72b07817afebdf46fcfbb70352fe3a2b5a (patch) | |
tree | 0cc03f715fa1b4badd4e32b62142c82c0614e32e /src/sdl2gfx | |
parent | d3e2725ac3f8832bc34b879286d31b631f8069c9 (diff) | |
download | plus-45da7f72b07817afebdf46fcfbb70352fe3a2b5a.tar.gz plus-45da7f72b07817afebdf46fcfbb70352fe3a2b5a.tar.bz2 plus-45da7f72b07817afebdf46fcfbb70352fe3a2b5a.tar.xz plus-45da7f72b07817afebdf46fcfbb70352fe3a2b5a.zip |
Fix wrong includes.
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 */ |