From 7cbfe202efaa0d3a36cfbb99abdd09d8cc25efc4 Mon Sep 17 00:00:00 2001 From: Eduard Braun Date: Sun, 23 Sep 2018 17:14:48 +0200 Subject: Remove #include "config.h" from header files where possible --- src/util/unordered-containers.h | 4 ---- 1 file changed, 4 deletions(-) (limited to 'src/util') diff --git a/src/util/unordered-containers.h b/src/util/unordered-containers.h index 0bda8191f..9d869142d 100644 --- a/src/util/unordered-containers.h +++ b/src/util/unordered-containers.h @@ -12,10 +12,6 @@ #ifndef SEEN_INK_UTIL_UNORDERED_CONTAINERS_H #define SEEN_INK_UTIL_UNORDERED_CONTAINERS_H -#ifdef HAVE_CONFIG_H -# include "config.h" -#endif - #include #ifndef DOXYGEN_SHOULD_SKIP_THIS -- cgit v1.2.3