Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'intern/memutil/MEM_RefCounted.h')
-rw-r--r--intern/memutil/MEM_RefCounted.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/intern/memutil/MEM_RefCounted.h b/intern/memutil/MEM_RefCounted.h
index b72ba6590f9..f4699030ecd 100644
--- a/intern/memutil/MEM_RefCounted.h
+++ b/intern/memutil/MEM_RefCounted.h
@@ -40,10 +40,6 @@
#ifndef _H_MEM_REF_COUNTED
#define _H_MEM_REF_COUNTED
-#ifdef HAVE_CONFIG_H
-#include <config.h>
-#endif
-
/**
* An object with reference counting.
* Base class for objects with reference counting.