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/heap.cpp | 4 ---- 1 file changed, 4 deletions(-) (limited to 'src/debug/heap.cpp') diff --git a/src/debug/heap.cpp b/src/debug/heap.cpp index 0135a9ceb..d543a18f6 100644 --- a/src/debug/heap.cpp +++ b/src/debug/heap.cpp @@ -9,10 +9,6 @@ * Released under GNU GPL, read the file 'COPYING' for more information */ -#ifdef HAVE_CONFIG_H -# include "config.h" -#endif - #include "inkgc/gc-alloc.h" #include "debug/gc-heap.h" #include "debug/sysv-heap.h" -- cgit v1.2.3