chiark / gitweb /
build: drop manual config.h inclusion, since we do this via gcc's -include switch...
authorLennart Poettering <lennart@poettering.net>
Wed, 3 Feb 2010 13:28:20 +0000 (14:28 +0100)
committerLennart Poettering <lennart@poettering.net>
Wed, 3 Feb 2010 13:28:20 +0000 (14:28 +0100)
hashmap.c
log.c
set.c

index 34307f628dd1ac84b41f7f282d28f4a72ed81070..28256bd353b9a0e29a846257ecbea926964a8704 100644 (file)
--- a/hashmap.c
+++ b/hashmap.c
   along with systemd; If not, see <http://www.gnu.org/licenses/>.
 ***/
 
-#ifdef HAVE_CONFIG_H
-#include <config.h>
-#endif
-
 #include <assert.h>
 #include <stdlib.h>
 #include <string.h>
diff --git a/log.c b/log.c
index 6c53eae52387563df3555d8d5a5b1902e49895ef..674b877a66853324ed84e2454a47c13db8e9efd5 100644 (file)
--- a/log.c
+++ b/log.c
   along with systemd; If not, see <http://www.gnu.org/licenses/>.
 ***/
 
-#ifdef HAVE_CONFIG_H
-#include <config.h>
-#endif
-
 #include <stdarg.h>
 #include <stdio.h>
 #include <errno.h>
diff --git a/set.c b/set.c
index b94ea447f06a8b1f42d80390d8559fbfd706d746..708f12a9476f4702af974a4d832149aa1f89d2d3 100644 (file)
--- a/set.c
+++ b/set.c
   along with systemd; If not, see <http://www.gnu.org/licenses/>.
 ***/
 
-#ifdef HAVE_CONFIG_H
-#include <config.h>
-#endif
-
 #include <stdlib.h>
 
 #include "set.h"