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/BPY_modules.h')
-rw-r--r--source/blender/bpython/intern/BPY_modules.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/source/blender/bpython/intern/BPY_modules.h b/source/blender/bpython/intern/BPY_modules.h
index 48f26e7db8e..f1c91d23bc8 100644
--- a/source/blender/bpython/intern/BPY_modules.h
+++ b/source/blender/bpython/intern/BPY_modules.h
@@ -31,10 +31,6 @@
* these prototypes and init functions should be homogenized
*/
-#ifdef HAVE_CONFIG_H
-#include <config.h>
-#endif
-
extern PyObject *init_blender(void);
extern PyObject *init_py_nmesh(void);
extern PyObject *init_py_draw(void);