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/memutil/intern/MEM_CacheLimiterC-Api.cpp | 4 ---- intern/memutil/intern/MEM_RefCountedC-Api.cpp | 4 ---- 2 files changed, 8 deletions(-) (limited to 'intern/memutil') diff --git a/intern/memutil/intern/MEM_CacheLimiterC-Api.cpp b/intern/memutil/intern/MEM_CacheLimiterC-Api.cpp index 5b8fc7f37e8..50700e39203 100644 --- a/intern/memutil/intern/MEM_CacheLimiterC-Api.cpp +++ b/intern/memutil/intern/MEM_CacheLimiterC-Api.cpp @@ -20,10 +20,6 @@ * */ -#ifdef HAVE_CONFIG_H -#include -#endif - #include "MEM_CacheLimiter.h" #include "MEM_CacheLimiterC-Api.h" diff --git a/intern/memutil/intern/MEM_RefCountedC-Api.cpp b/intern/memutil/intern/MEM_RefCountedC-Api.cpp index f990c8d71ee..3c04d3c4531 100644 --- a/intern/memutil/intern/MEM_RefCountedC-Api.cpp +++ b/intern/memutil/intern/MEM_RefCountedC-Api.cpp @@ -26,10 +26,6 @@ * ***** END GPL LICENSE BLOCK ***** */ -#ifdef HAVE_CONFIG_H -#include -#endif - #include "MEM_RefCountedC-Api.h" #include "MEM_RefCounted.h" -- cgit v1.2.3