summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--hashmap.c4
-rw-r--r--log.c4
-rw-r--r--set.c4
3 files changed, 0 insertions, 12 deletions
diff --git a/hashmap.c b/hashmap.c
index 34307f628d..28256bd353 100644
--- a/hashmap.c
+++ b/hashmap.c
@@ -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>
diff --git a/log.c b/log.c
index 6c53eae523..674b877a66 100644
--- a/log.c
+++ b/log.c
@@ -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>
diff --git a/set.c b/set.c
index b94ea447f0..708f12a947 100644
--- a/set.c
+++ b/set.c
@@ -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"