wayland: Fix a circular include issue

The event header being included before a header guard was hiding a circular include issue.
This commit is contained in:
Frank Praznik
2026-08-05 10:57:34 -04:00
parent 2bf7014836
commit b23ae0eec7
@@ -25,7 +25,6 @@
#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"