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-14 19:27:07 +0300
committerCampbell Barton <ideasman42@gmail.com>2010-03-14 19:27:07 +0300
commit6cac9188b31f7baec479fc694dd6a23d4c63ea4e (patch)
tree0456e7cc26287564b3f09446363f80d54b16337a /source/blender/editors/animation/keyframes_draw.c
parent431db9d478dc48bcabe9859efd320f8210b5eeda (diff)
remove unused includes
Diffstat (limited to 'source/blender/editors/animation/keyframes_draw.c')
-rw-r--r--source/blender/editors/animation/keyframes_draw.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/source/blender/editors/animation/keyframes_draw.c b/source/blender/editors/animation/keyframes_draw.c
index 011422eb65c..69f9583ed33 100644
--- a/source/blender/editors/animation/keyframes_draw.c
+++ b/source/blender/editors/animation/keyframes_draw.c
@@ -86,10 +86,7 @@
#include "UI_view2d.h"
#include "ED_anim_api.h"
-#include "ED_keyframing.h"
#include "ED_keyframes_draw.h"
-#include "ED_screen.h"
-#include "ED_space_api.h"
/* *************************** Keyframe Processing *************************** */