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: http://review.tizen.org/git/?a=commitdiff_plain;h=a43787387f79f30d893b63d6a1ea52ca52eeed80;p=platform%2Fupstream%2Fsystemd.git 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 34307f6..28256bd 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 6c53eae..674b877 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 b94ea44..708f12a 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"