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 --- include/rootston/desktop.h | 2 +- include/rootston/server.h | 2 +- include/rootston/view.h | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) (limited to 'include/rootston') diff --git a/include/rootston/desktop.h b/include/rootston/desktop.h index 7039cfcf..a016bb94 100644 --- a/include/rootston/desktop.h +++ b/include/rootston/desktop.h @@ -2,7 +2,7 @@ #define _ROOTSTON_DESKTOP_H #include #include -#include "config.h" +#include #include #include #include diff --git a/include/rootston/server.h b/include/rootston/server.h index a014c749..0c26ea92 100644 --- a/include/rootston/server.h +++ b/include/rootston/server.h @@ -1,7 +1,7 @@ #ifndef _ROOTSTON_SERVER_H #define _ROOTSTON_SERVER_H #include -#include "config.h" +#include #include #include #include diff --git a/include/rootston/view.h b/include/rootston/view.h index 53e96764..579b148a 100644 --- a/include/rootston/view.h +++ b/include/rootston/view.h @@ -2,7 +2,7 @@ #define _ROOTSTON_VIEW_H #include -#include "config.h" +#include #include #include #include -- cgit v1.2.3