diff options
author | Sylvain Beucler <beuc@beuc.net> | 2014-07-02 17:33:23 (GMT) |
---|---|---|
committer | Timothy Gu <timothygu99@gmail.com> | 2014-08-04 23:44:49 (GMT) |
commit | a415458fb2daec4f7d57720f2c59e96ac9c39093 (patch) | |
tree | 6a30303ffe60ca8dfacdea473170f810ce9399b7 /src/sdl2_gfx-test.c | |
parent | c4061ea8df4570ca689cb954445e209c49834f0e (diff) | |
download | mxe-a415458fb2daec4f7d57720f2c59e96ac9c39093.zip mxe-a415458fb2daec4f7d57720f2c59e96ac9c39093.tar.gz mxe-a415458fb2daec4f7d57720f2c59e96ac9c39093.tar.bz2 |
sdl_gfx, sdl2_gfx: consistently use square brackets for #include
Diffstat (limited to 'src/sdl2_gfx-test.c')
-rw-r--r-- | src/sdl2_gfx-test.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/sdl2_gfx-test.c b/src/sdl2_gfx-test.c index c6a04ad..2b6b06c 100644 --- a/src/sdl2_gfx-test.c +++ b/src/sdl2_gfx-test.c @@ -4,8 +4,8 @@ */ #include <SDL.h> -#include "SDL2_rotozoom.h" -#include "SDL2_framerate.h" +#include <SDL2_rotozoom.h> +#include <SDL2_framerate.h> int main(int argc, char* argv[]) { |