From 555142098393677146bb2ccee22e6f90b9c3863e Mon Sep 17 00:00:00 2001 From: Quantum Date: Thu, 25 Feb 2021 00:01:54 -0500 Subject: [PATCH] [client] wayland: clean up #includes in wayland.c This was missed when splitting up wayland.c into multiple modules. This commit also drops the useless #include , bringing SDL removal one step closer. --- client/displayservers/Wayland/wayland.c | 28 +------------------------ 1 file changed, 1 insertion(+), 27 deletions(-) diff --git a/client/displayservers/Wayland/wayland.c b/client/displayservers/Wayland/wayland.c index bb742f24..ea5172eb 100644 --- a/client/displayservers/Wayland/wayland.c +++ b/client/displayservers/Wayland/wayland.c @@ -20,39 +20,13 @@ Place, Suite 330, Boston, MA 02111-1307 USA #define _GNU_SOURCE #include "wayland.h" -#include -#include -#include #include -#include -#include -#include -#include -#include -#include - -#include +#include #include -#if defined(ENABLE_EGL) || defined(ENABLE_OPENGL) -# include -# include "egl_dynprocs.h" -# include -#endif - -#include "app.h" #include "common/debug.h" -#include "common/locking.h" -#include "common/countedbuffer.h" #include "common/option.h" -#include "wayland-xdg-shell-client-protocol.h" -#include "wayland-xdg-decoration-unstable-v1-client-protocol.h" -#include "wayland-keyboard-shortcuts-inhibit-unstable-v1-client-protocol.h" -#include "wayland-pointer-constraints-unstable-v1-client-protocol.h" -#include "wayland-relative-pointer-unstable-v1-client-protocol.h" -#include "wayland-idle-inhibit-unstable-v1-client-protocol.h" - static struct Option waylandOptions[] = { {