summaryrefslogtreecommitdiffstats
path: root/src/sdl_gfx-test.c
diff options
context:
space:
mode:
authorSylvain Beucler <beuc@beuc.net>2014-07-02 17:33:23 (GMT)
committerTimothy Gu <timothygu99@gmail.com>2014-08-04 23:44:49 (GMT)
commita415458fb2daec4f7d57720f2c59e96ac9c39093 (patch)
tree6a30303ffe60ca8dfacdea473170f810ce9399b7 /src/sdl_gfx-test.c
parentc4061ea8df4570ca689cb954445e209c49834f0e (diff)
downloadmxe-a415458fb2daec4f7d57720f2c59e96ac9c39093.zip
mxe-a415458fb2daec4f7d57720f2c59e96ac9c39093.tar.gz
mxe-a415458fb2daec4f7d57720f2c59e96ac9c39093.tar.bz2
sdl_gfx, sdl2_gfx: consistently use square brackets for #include
Diffstat (limited to 'src/sdl_gfx-test.c')
-rw-r--r--src/sdl_gfx-test.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/sdl_gfx-test.c b/src/sdl_gfx-test.c
index 3a092f0..e957f2e 100644
--- a/src/sdl_gfx-test.c
+++ b/src/sdl_gfx-test.c
@@ -4,8 +4,8 @@
*/
#include <SDL.h>
-#include "SDL_rotozoom.h"
-#include "SDL_framerate.h"
+#include <SDL_rotozoom.h>
+#include <SDL_framerate.h>
int main(int argc, char* argv[])
{