From 8f1500da005e4f84fd593492822c6d99e768c354 Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Sun, 18 Apr 2010 10:28:37 +0000 Subject: remove config.h references, was added for automake build system rev around 124-126 but isnt used by any build systems now. --- intern/guardedalloc/test/simpletest/memtest.c | 4 ---- 1 file changed, 4 deletions(-) (limited to 'intern/guardedalloc') diff --git a/intern/guardedalloc/test/simpletest/memtest.c b/intern/guardedalloc/test/simpletest/memtest.c index 51f1f491894..98f943f0d7d 100644 --- a/intern/guardedalloc/test/simpletest/memtest.c +++ b/intern/guardedalloc/test/simpletest/memtest.c @@ -43,10 +43,6 @@ #include #include "MEM_guardedalloc.h" -#ifdef HAVE_CONFIG_H -#include -#endif - static void mem_error_cb(const char *errorStr) { fprintf(stderr, "%s", errorStr); -- cgit v1.2.3