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/b_import.c')
-rw-r--r--source/blender/bpython/intern/b_import.c9
1 files changed, 4 insertions, 5 deletions
diff --git a/source/blender/bpython/intern/b_import.c b/source/blender/bpython/intern/b_import.c
index e490ee82338..1e4c27af77f 100644
--- a/source/blender/bpython/intern/b_import.c
+++ b/source/blender/bpython/intern/b_import.c
@@ -40,8 +40,6 @@
*/
-
-
#include "DNA_text_types.h"
#include "Python.h"
#include "import.h"
@@ -49,14 +47,15 @@
#include "BKE_main.h"
#include "BKE_library.h"
#include "BKE_text.h"
-
#include "BLI_blenlib.h" // mallocs
-
#include "BPY_macros.h"
#include "BPY_main.h"
-
#include "b_import.h"
+#ifdef HAVE_CONFIG_H
+#include <config.h>
+#endif
+
/* ---------------------------------------------------------------------------- */