diff options
author | Lennart Poettering <lennart@poettering.net> | 2010-02-03 14:28:20 +0100 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2010-02-03 14:28:20 +0100 |
commit | a43787387f79f30d893b63d6a1ea52ca52eeed80 (patch) | |
tree | 7f33eacc83b4fe5b35af2ef3523a79c28bfb4e89 | |
parent | 17d37c285760390133fced2f347193838042f059 (diff) |
build: drop manual config.h inclusion, since we do this via gcc's -include switch anyway
-rw-r--r-- | hashmap.c | 4 | ||||
-rw-r--r-- | log.c | 4 | ||||
-rw-r--r-- | set.c | 4 |
3 files changed, 0 insertions, 12 deletions
@@ -19,10 +19,6 @@ 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> @@ -19,10 +19,6 @@ 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> @@ -19,10 +19,6 @@ 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" |