header re-shuffle, some headers contained unneeded refereces to other headers, better include inline with the C files that need them

This commit is contained in:
2010-08-10 05:41:51 +00:00
parent b525dfb298
commit 15669532a2
23 changed files with 100 additions and 74 deletions

View File

@@ -37,6 +37,11 @@
#include "DNA_object_types.h"
#include "DNA_object_force.h"
#include "DNA_scene_types.h"
#include "DNA_meshdata_types.h"
#include "BLI_blenlib.h"
#include "BLI_math.h"
#include "BLI_edgehash.h"
#include "BKE_DerivedMesh.h"
#include "BKE_global.h"