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 'source/kernel/gen_system/GEN_DataCache.h')
-rw-r--r--source/kernel/gen_system/GEN_DataCache.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/source/kernel/gen_system/GEN_DataCache.h b/source/kernel/gen_system/GEN_DataCache.h
index 09a58938cc6..7e4e0127c63 100644
--- a/source/kernel/gen_system/GEN_DataCache.h
+++ b/source/kernel/gen_system/GEN_DataCache.h
@@ -35,10 +35,6 @@
#include "STR_HashedString.h"
#include "GEN_Map.h"
-#ifdef HAVE_CONFIG_H
-#include <config.h>
-#endif
-
template <class T>
class GEN_DataCache
{