diff options
author | emersion <contact@emersion.fr> | 2018-07-21 13:08:23 +0100 |
---|---|---|
committer | emersion <contact@emersion.fr> | 2018-07-21 13:08:23 +0100 |
commit | 41094a7df54d4542ee5f201185fc96e3763a4804 (patch) | |
tree | 33d1edba84936b642663549b656ea14472cf2543 /backend | |
parent | 8d03bc9178d8544cbcd24293ece6ac9f1698e602 (diff) |
Always include config.h
Diffstat (limited to 'backend')
-rw-r--r-- | backend/backend.c | 3 | ||||
-rw-r--r-- | backend/session/direct-ipc.c | 1 | ||||
-rw-r--r-- | backend/session/logind.c | 1 | ||||
-rw-r--r-- | backend/session/session.c | 1 | ||||
-rw-r--r-- | backend/x11/backend.c | 1 | ||||
-rw-r--r-- | backend/x11/input_device.c | 1 |
6 files changed, 0 insertions, 8 deletions
diff --git a/backend/backend.c b/backend/backend.c index 78b90007..bf71ce31 100644 --- a/backend/backend.c +++ b/backend/backend.c @@ -13,10 +13,7 @@ #include <wlr/backend/multi.h> #include <wlr/backend/session.h> #include <wlr/backend/wayland.h> -#include <wlr/config.h> #include <wlr/util/log.h> - -/* WLR_HAS_X11_BACKEND needs to be after wlr/config.h */ #ifdef WLR_HAS_X11_BACKEND #include <wlr/backend/x11.h> #endif diff --git a/backend/session/direct-ipc.c b/backend/session/direct-ipc.c index 5fdb95ac..bcaf7bba 100644 --- a/backend/session/direct-ipc.c +++ b/backend/session/direct-ipc.c @@ -13,7 +13,6 @@ #include <sys/types.h> #include <sys/wait.h> #include <unistd.h> -#include <wlr/config.h> #include <wlr/util/log.h> #include <xf86drm.h> #ifdef __linux__ diff --git a/backend/session/logind.c b/backend/session/logind.c index 2f816b95..47082c20 100644 --- a/backend/session/logind.c +++ b/backend/session/logind.c @@ -11,7 +11,6 @@ #include <unistd.h> #include <wayland-server.h> #include <wlr/backend/session/interface.h> -#include <wlr/config.h> #include <wlr/util/log.h> #include "util/signal.h" diff --git a/backend/session/session.c b/backend/session/session.c index 8d74bafe..67d20004 100644 --- a/backend/session/session.c +++ b/backend/session/session.c @@ -9,7 +9,6 @@ #include <wayland-server.h> #include <wlr/backend/session.h> #include <wlr/backend/session/interface.h> -#include <wlr/config.h> #include <wlr/util/log.h> #include <xf86drm.h> #include <xf86drmMode.h> diff --git a/backend/x11/backend.c b/backend/x11/backend.c index e0f5d6e7..077433a4 100644 --- a/backend/x11/backend.c +++ b/backend/x11/backend.c @@ -7,7 +7,6 @@ #include <wayland-server.h> #include <wlr/backend/interface.h> #include <wlr/backend/x11.h> -#include <wlr/config.h> #include <wlr/interfaces/wlr_input_device.h> #include <wlr/interfaces/wlr_keyboard.h> #include <wlr/interfaces/wlr_pointer.h> diff --git a/backend/x11/input_device.c b/backend/x11/input_device.c index a16da1c9..890dd629 100644 --- a/backend/x11/input_device.c +++ b/backend/x11/input_device.c @@ -1,5 +1,4 @@ #include <stdlib.h> -#include <wlr/config.h> #include <wlr/interfaces/wlr_input_device.h> #include <wlr/interfaces/wlr_keyboard.h> #include <wlr/interfaces/wlr_pointer.h> |