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: 0.git+20100605+dfd8ee-1~322 X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a43787387f79f30d893b63d6a1ea52ca52eeed80;p=systemd 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 34307f62..28256bd3 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 6c53eae5..674b877a 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 b94ea447..708f12a9 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"