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/creator
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/creator')
-rw-r--r--source/creator/creator.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/source/creator/creator.c b/source/creator/creator.c
index b24631ffc64..cdcdc731711 100644
--- a/source/creator/creator.c
+++ b/source/creator/creator.c
@@ -70,8 +70,6 @@
#include "BLO_writefile.h"
#include "BLO_readfile.h"
-#include "BPY_extern.h" // for init of blender python extension
-
#include "BSE_headerbuttons.h" // for BIF_read_homefile
#include "BDR_drawmesh.h"