SDL: wayland: Move include after the guard

From 2bf701483668853c102e6f76b4da61e0c51e3e61 Mon Sep 17 00:00:00 2001
From: Frank Praznik <[EMAIL REDACTED]>
Date: Wed, 5 Aug 2026 10:38:52 -0400
Subject: [PATCH] wayland: Move include after the guard

---
 src/video/wayland/SDL_waylanddatamanager.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/video/wayland/SDL_waylanddatamanager.h b/src/video/wayland/SDL_waylanddatamanager.h
index 0a9d330a77cdf..e27d396eb5711 100644
--- a/src/video/wayland/SDL_waylanddatamanager.h
+++ b/src/video/wayland/SDL_waylanddatamanager.h
@@ -20,12 +20,12 @@
 */
 
 #include "SDL_internal.h"
-#include "SDL_waylandevents_c.h"
 
 #ifndef SDL_waylanddatamanager_h_
 #define SDL_waylanddatamanager_h_
 
 #include "SDL_waylandvideo.h"
+#include "SDL_waylandevents_c.h"
 #include "SDL_waylandwindow.h"
 
 #define TEXT_MIME            "text/plain;charset=utf-8"