Commit 620510b3373da7bfc35bd12247f05057bb103665

Gabriel Jacobo 2014-06-23T09:18:31

Fix compiler warning

1
2
3
4
5
6
7
8
9
10
11
12
13
14
diff --git a/src/video/wayland/SDL_waylandtouch.c b/src/video/wayland/SDL_waylandtouch.c
index 0daec4d..85f9f0a 100644
--- a/src/video/wayland/SDL_waylandtouch.c
+++ b/src/video/wayland/SDL_waylandtouch.c
@@ -25,8 +25,8 @@
 
 #ifdef SDL_VIDEO_DRIVER_WAYLAND_QT_TOUCH
 
-#include "SDL_waylandtouch.h"
 #include "SDL_log.h"
+#include "SDL_waylandtouch.h"
 #include "../../events/SDL_touch_c.h"
 
 struct SDL_WaylandTouch {