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/blenkernel/intern/world.c
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/blenkernel/intern/world.c')
-rw-r--r--source/blender/blenkernel/intern/world.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/source/blender/blenkernel/intern/world.c b/source/blender/blenkernel/intern/world.c
index cfcbac0e80a..a8a4dfd5a0a 100644
--- a/source/blender/blenkernel/intern/world.c
+++ b/source/blender/blenkernel/intern/world.c
@@ -54,7 +54,6 @@
#include "BKE_library.h"
#include "BKE_world.h"
#include "BKE_global.h"
-#include "BPY_extern.h"
#include "BKE_main.h"
#ifdef HAVE_CONFIG_H