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/blender/bpython/intern/opy_vector.h')
-rw-r--r--source/blender/bpython/intern/opy_vector.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/source/blender/bpython/intern/opy_vector.h b/source/blender/bpython/intern/opy_vector.h
index 054429d57e3..10535fe5ae2 100644
--- a/source/blender/bpython/intern/opy_vector.h
+++ b/source/blender/bpython/intern/opy_vector.h
@@ -39,10 +39,6 @@
/*****************************/
/* temporar hack for typecasts */
-#ifdef HAVE_CONFIG_H
-#include <config.h>
-#endif
-
typedef float (*Matrix4Ptr)[4];
typedef struct {
PyObject_VAR_HEAD