From 71f15d1e96dab3a48fd8e544561f1830795b56ed Mon Sep 17 00:00:00 2001 From: Eduard Braun Date: Mon, 1 Oct 2018 01:49:49 +0200 Subject: Remove #include "config.h" wherever possible --- src/debug/sysv-heap.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/debug/sysv-heap.cpp') diff --git a/src/debug/sysv-heap.cpp b/src/debug/sysv-heap.cpp index 5cc06d619..2731a931e 100644 --- a/src/debug/sysv-heap.cpp +++ b/src/debug/sysv-heap.cpp @@ -10,7 +10,7 @@ */ #ifdef HAVE_CONFIG_H -# include "config.h" +# include "config.h" // only include where actually required! #endif #ifdef HAVE_MALLOC_H -- cgit v1.2.3