From ca45f4490ccce64bf7aa0985951319646b55d258 Mon Sep 17 00:00:00 2001 From: Simon Ser Date: Sat, 27 Jul 2019 11:53:54 +0300 Subject: Remove all wayland-server.h includes The documentation for wayland-server.h says: > Use of this header file is discouraged. Prefer including > wayland-server-core.h instead, which does not include the server protocol > header and as such only defines the library PI, excluding the deprecated API > below. Replacing wayland-server.h with wayland-server-core.h allows us to drop the WL_HIDE_DEPRECATED declaration. --- include/backend/drm/drm.h | 2 +- include/backend/wayland.h | 2 +- include/backend/x11.h | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) (limited to 'include/backend') diff --git a/include/backend/drm/drm.h b/include/backend/drm/drm.h index bc1c2933..f007c9e0 100644 --- a/include/backend/drm/drm.h +++ b/include/backend/drm/drm.h @@ -7,7 +7,7 @@ #include #include #include -#include +#include #include #include #include diff --git a/include/backend/wayland.h b/include/backend/wayland.h index 8f8e1ea6..e25aba43 100644 --- a/include/backend/wayland.h +++ b/include/backend/wayland.h @@ -5,7 +5,7 @@ #include #include -#include +#include #include #include diff --git a/include/backend/x11.h b/include/backend/x11.h index 2bc08b21..e628e4cb 100644 --- a/include/backend/x11.h +++ b/include/backend/x11.h @@ -4,7 +4,7 @@ #include #include -#include +#include #include #include -- cgit v1.2.3