From: Lennart Poettering Date: Wed, 3 Feb 2010 13:28:20 +0000 (+0100) Subject: build: drop manual config.h inclusion, since we do this via gcc's -include switch... X-Git-Tag: v1~719 X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=elogind.git;a=commitdiff_plain;h=a43787387f79f30d893b63d6a1ea52ca52eeed80 build: drop manual config.h inclusion, since we do this via gcc's -include switch anyway --- diff --git a/hashmap.c b/hashmap.c index 34307f628..28256bd35 100644 --- a/hashmap.c +++ b/hashmap.c @@ -19,10 +19,6 @@ along with systemd; If not, see . ***/ -#ifdef HAVE_CONFIG_H -#include -#endif - #include #include #include diff --git a/log.c b/log.c index 6c53eae52..674b877a6 100644 --- a/log.c +++ b/log.c @@ -19,10 +19,6 @@ along with systemd; If not, see . ***/ -#ifdef HAVE_CONFIG_H -#include -#endif - #include #include #include diff --git a/set.c b/set.c index b94ea447f..708f12a94 100644 --- a/set.c +++ b/set.c @@ -19,10 +19,6 @@ along with systemd; If not, see . ***/ -#ifdef HAVE_CONFIG_H -#include -#endif - #include #include "set.h"