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:
authorCampbell Barton <ideasman42@gmail.com>2020-08-17 10:20:12 +0300
committerCampbell Barton <ideasman42@gmail.com>2020-08-17 10:20:12 +0300
commitf8c0d63cdb3df8bbce3cd28236ab4a283d6ae7a0 (patch)
tree69907b8e57c47a52871df09c6d3225a6bd2a821f /source/creator
parent0b4a365183c3d740356f8f5f6a9b3ce542480bb2 (diff)
Cleanup: split BPY_extern_python into it's own header
Currently BPY_extern.h includes too much mixed functionality.
Diffstat (limited to 'source/creator')
-rw-r--r--source/creator/creator_args.c1
-rw-r--r--source/creator/creator_signals.c2
2 files changed, 2 insertions, 1 deletions
diff --git a/source/creator/creator_args.c b/source/creator/creator_args.c
index b8e99899821..cd19ecd6ebc 100644
--- a/source/creator/creator_args.c
+++ b/source/creator/creator_args.c
@@ -62,6 +62,7 @@
# ifdef WITH_PYTHON
# include "BPY_extern.h"
+# include "BPY_extern_python.h"
# endif
# include "RE_engine.h"
diff --git a/source/creator/creator_signals.c b/source/creator/creator_signals.c
index ad0b7b2547d..29e12a96fe1 100644
--- a/source/creator/creator_signals.c
+++ b/source/creator/creator_signals.c
@@ -60,7 +60,7 @@
# include <signal.h>
# ifdef WITH_PYTHON
-# include "BPY_extern.h" /* BPY_python_backtrace */
+# include "BPY_extern_python.h" /* BPY_python_backtrace */
# endif
# include "creator_intern.h" /* own include */