mirror of
https://github.com/libsdl-org/SDL.git
synced 2026-08-26 00:21:39 +00:00
wayland: Move include after the guard
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user