From a43787387f79f30d893b63d6a1ea52ca52eeed80 Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Wed, 3 Feb 2010 14:28:20 +0100 Subject: [PATCH] build: drop manual config.h inclusion, since we do this via gcc's -include switch anyway --- hashmap.c | 4 ---- log.c | 4 ---- set.c | 4 ---- 3 files changed, 12 deletions(-) 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" -- 2.30.2