mirror of
https://github.com/libsdl-org/SDL.git
synced 2026-08-18 09:48:38 +08:00
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:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user