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_main.h')
-rw-r--r--source/blender/bpython/intern/BPY_main.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/source/blender/bpython/intern/BPY_main.h b/source/blender/bpython/intern/BPY_main.h
index 4b782db1067..fd5ad17eca9 100644
--- a/source/blender/bpython/intern/BPY_main.h
+++ b/source/blender/bpython/intern/BPY_main.h
@@ -31,10 +31,6 @@
*/
// Note: Functions prefixed with BPY_ are called from blenkernel routines */
-#ifdef HAVE_CONFIG_H
-#include <config.h>
-#endif
-
#include "Python.h" /* The python includes themselves. */
#include "compile.h" /* to give us PyCodeObject */
#include "eval.h" /* for PyEval_EvalCode.h */