Procházet zdrojové kódy

wayland: Move include after the guard

Frank Praznik před 1 měsícem
rodič
revize
2bf7014836
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  1. 1 1
      src/video/wayland/SDL_waylanddatamanager.h

+ 1 - 1
src/video/wayland/SDL_waylanddatamanager.h

@@ -20,12 +20,12 @@
 */
 */
 
 
 #include "SDL_internal.h"
 #include "SDL_internal.h"
-#include "SDL_waylandevents_c.h"
 
 
 #ifndef SDL_waylanddatamanager_h_
 #ifndef SDL_waylanddatamanager_h_
 #define SDL_waylanddatamanager_h_
 #define SDL_waylanddatamanager_h_
 
 
 #include "SDL_waylandvideo.h"
 #include "SDL_waylandvideo.h"
+#include "SDL_waylandevents_c.h"
 #include "SDL_waylandwindow.h"
 #include "SDL_waylandwindow.h"
 
 
 #define TEXT_MIME            "text/plain;charset=utf-8"
 #define TEXT_MIME            "text/plain;charset=utf-8"