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:
authorChris Want <cwant@ualberta.ca>2003-11-22 23:21:59 +0300
committerChris Want <cwant@ualberta.ca>2003-11-22 23:21:59 +0300
commite7d3e24a0e7a8429d13c29a66996c9351fa7d786 (patch)
treef910537eb3c047c48d73604291f39073d012cdb1 /source/blender/blenloader
parent5af2e7ac25a9e05451e53062dd4bdd82ede794fc (diff)
Got rid of many #include "BPY_extern.h"
Homework from Michel: do grep BPY source/blender/src/* and see if there is anything that needs fixing.
Diffstat (limited to 'source/blender/blenloader')
-rw-r--r--source/blender/blenloader/intern/readfile.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/source/blender/blenloader/intern/readfile.c b/source/blender/blenloader/intern/readfile.c
index 72f8c6552ca..ee3dd5b4131 100644
--- a/source/blender/blenloader/intern/readfile.c
+++ b/source/blender/blenloader/intern/readfile.c
@@ -116,8 +116,6 @@
#include "BKE_armature.h" // for precalc_bonelist_irestmats
#include "BKE_action.h"
-#include "BPY_extern.h" // for BPY_do_pyscript
-
#include "BIF_butspace.h" // for do_versions, patching event codes
#include "BLO_readfile.h"