Browse Source

Fix compiler warning

Gabriel Jacobo 11 years ago
parent
commit
620510b337
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/video/wayland/SDL_waylandtouch.c

+ 1 - 1
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 {