Explorar el Código

Fix compiler warning

Gabriel Jacobo hace 11 años
padre
commit
620510b337
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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 {