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:
authorCampbell Barton <ideasman42@gmail.com>2010-03-21 16:42:25 +0300
committerCampbell Barton <ideasman42@gmail.com>2010-03-21 16:42:25 +0300
commit546ca400d8092d77ced3621a8e47a103bf42f14c (patch)
tree85cf6391c415ee4dc9d1f54241e7990b3885ca91 /source/blender/blenkernel/intern/key.c
parentf9c25a9928aaa6754f2bdb5f8febf4901dbfa335 (diff)
removed unused includes, except for physics and particle related files
Diffstat (limited to 'source/blender/blenkernel/intern/key.c')
-rw-r--r--source/blender/blenkernel/intern/key.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/source/blender/blenkernel/intern/key.c b/source/blender/blenkernel/intern/key.c
index 413d25edd31..9c78742ada0 100644
--- a/source/blender/blenkernel/intern/key.c
+++ b/source/blender/blenkernel/intern/key.c
@@ -40,24 +40,19 @@
#include "BLI_editVert.h"
#include "DNA_anim_types.h"
-#include "DNA_curve_types.h"
#include "DNA_key_types.h"
#include "DNA_lattice_types.h"
-#include "DNA_mesh_types.h"
#include "DNA_meshdata_types.h"
#include "DNA_object_types.h"
#include "DNA_scene_types.h"
#include "BKE_animsys.h"
-#include "BKE_action.h"
-#include "BKE_blender.h"
#include "BKE_curve.h"
#include "BKE_customdata.h"
#include "BKE_global.h"
#include "BKE_key.h"
#include "BKE_lattice.h"
#include "BKE_library.h"
-#include "BKE_mesh.h"
#include "BKE_main.h"
#include "BKE_object.h"
#include "BKE_utildefines.h"