From ff1384962449f4a2a1a6b2eada5582bdc2c61bd5 Mon Sep 17 00:00:00 2001 From: Björn Esser Date: Wed, 27 Dec 2017 14:37:55 +0100 Subject: config: Avoid clash with other config-headers --- rootston/config.c | 2 +- rootston/desktop.c | 2 +- rootston/main.c | 2 +- rootston/seat.c | 2 +- rootston/xwayland.c | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) (limited to 'rootston') diff --git a/rootston/config.c b/rootston/config.c index f369c4f5..f9fde369 100644 --- a/rootston/config.c +++ b/rootston/config.c @@ -9,7 +9,7 @@ #include #include #include -#include "config.h" +#include #include #include #include "rootston/config.h" diff --git a/rootston/desktop.c b/rootston/desktop.c index a4692439..69dcf4a9 100644 --- a/rootston/desktop.c +++ b/rootston/desktop.c @@ -3,7 +3,7 @@ #include #include #include -#include "config.h" +#include #include #include #include diff --git a/rootston/main.c b/rootston/main.c index 87f1c0b4..33ca6504 100644 --- a/rootston/main.c +++ b/rootston/main.c @@ -3,7 +3,7 @@ #include #include #include -#include "config.h" +#include #include #include #include diff --git a/rootston/seat.c b/rootston/seat.c index 635bc8b1..c2c7e3ea 100644 --- a/rootston/seat.c +++ b/rootston/seat.c @@ -2,7 +2,7 @@ #include #include #include -#include "config.h" +#include #include #include #include "rootston/xcursor.h" diff --git a/rootston/xwayland.c b/rootston/xwayland.c index b00b61bc..3d84dc19 100644 --- a/rootston/xwayland.c +++ b/rootston/xwayland.c @@ -2,7 +2,7 @@ #include #include #include -#include "config.h" +#include #include #include #include -- cgit v1.2.3