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.
This commit is contained in:
Chris Want 2003-11-22 20:21:59 +00:00
parent 5af2e7ac25
commit e7d3e24a0e
16 changed files with 0 additions and 26 deletions

@ -121,8 +121,6 @@
#include "BKE_displist.h"
#include "BKE_curve.h"
#include "BPY_extern.h"
/***/
static int is_dxf(char *str);

@ -55,7 +55,6 @@
#include "BKE_mesh.h"
#include "BKE_library.h"
#include "BKE_displist.h"
#include "BPY_extern.h"
#include "BKE_material.h"
#ifdef HAVE_CONFIG_H

@ -92,7 +92,6 @@
#include "BKE_mball.h"
#include "BKE_effect.h"
#include "BKE_sca.h"
#include "BPY_extern.h"
#include "BKE_displist.h"
#include "BKE_property.h"
#include "BKE_anim.h"

@ -77,7 +77,6 @@
#include "BKE_library.h"
#include "BPY_extern.h"
#include "BKE_scene.h"
#include "BKE_world.h"
#include "BKE_ipo.h"

@ -48,8 +48,6 @@
#include "BKE_global.h"
#include "BKE_main.h"
#include "BPY_extern.h" // Blender Python library
#ifdef HAVE_CONFIG_H
#include <config.h>
#endif

@ -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

@ -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"

@ -98,8 +98,6 @@
#include "BSE_sequence.h"
#include "BPY_extern.h"
#include "nla.h"
#ifdef HAVE_CONFIG_H

@ -63,8 +63,6 @@
#include "BKE_global.h"
#include "BKE_main.h"
#include "BPY_extern.h"
#include "BIF_gl.h"
#include "BIF_keyval.h"
#include "BIF_interface.h"

@ -115,8 +115,6 @@
#include "RE_renderconverter.h"
#include "BPY_extern.h" // Blender Python library
#include "blendef.h"
#include "mydevice.h"
#include "butspace.h" // event codes

@ -98,8 +98,6 @@
#include "BLI_blenlib.h"
#include "BLO_writefile.h"
#include "BPY_extern.h"
#include "BSE_editipo.h"
#include "BSE_filesel.h"
#include "BSE_headerbuttons.h"

@ -70,7 +70,6 @@
#include "BKE_main.h"
#include "BKE_sca.h"
#include "BKE_text.h"
#include "BPY_extern.h"
#include "BSE_filesel.h"
#include "blendef.h"

@ -166,8 +166,6 @@
#include "BDR_editcurve.h"
#include "BDR_editmball.h"
#include "BPY_extern.h" // Blender Python library
#include "mydevice.h"
#include "blendef.h"
#include "render.h"

@ -134,8 +134,6 @@
#include "blendef.h"
#include "datatoc.h"
#include "BPY_extern.h" // Blender Python library
#include "TPT_DependKludge.h"
#ifdef NAN_TPT
#include "BSE_trans_types.h"

@ -106,7 +106,6 @@
#include "BDR_editobject.h"
#include "BDR_vpaint.h"
#include "BPY_extern.h"
#include "blendef.h"
#include "radio.h"

@ -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"