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_NonCopyable.h')
-rw-r--r--intern/memutil/MEM_NonCopyable.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/intern/memutil/MEM_NonCopyable.h b/intern/memutil/MEM_NonCopyable.h
index 635c61704cd..aa6fe24b6fb 100644
--- a/intern/memutil/MEM_NonCopyable.h
+++ b/intern/memutil/MEM_NonCopyable.h
@@ -32,11 +32,6 @@
#ifndef NAN_INCLUDED_NonCopyable_h
#define NAN_INCLUDED_NonCopyable_h
-#ifdef HAVE_CONFIG_H
-#include <config.h>
-#endif
-
-
/**
* Simple class that makes sure sub classes cannot
* generate standard copy constructors.