From bd845206eabfb048214da2ef76e6c9ecb4b05726 Mon Sep 17 00:00:00 2001 From: Mathieu Desnoyers Date: Tue, 7 Aug 2012 10:43:18 -0400 Subject: [PATCH] Cleanup: Remove misplaced config.h include config.h should _always_ be included first, before system headers, to ensure coherent size_t across the file. We force the config.h inclusion by the compiler, so this is not an issue (configure.ac: DEFAULT_INCLUDES="-I\$(top_srcdir) -I\$(top_builddir) -I\$(top_builddir)/src -I\$(top_builddir)/include -include config.h"), but let's remove this misleading line of code. Signed-off-by: Mathieu Desnoyers Signed-off-by: David Goulet --- src/common/hashtable/rculfhash.c | 1 - 1 file changed, 1 deletion(-) diff --git a/src/common/hashtable/rculfhash.c b/src/common/hashtable/rculfhash.c index 776f9f391..423d1865c 100644 --- a/src/common/hashtable/rculfhash.c +++ b/src/common/hashtable/rculfhash.c @@ -157,7 +157,6 @@ #include #include -#include "config.h" #include #include #include -- 2.34.1