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/anim_ops.c
parent431db9d478dc48bcabe9859efd320f8210b5eeda (diff)
remove unused includes
Diffstat (limited to 'source/blender/editors/animation/anim_ops.c')
-rw-r--r--source/blender/editors/animation/anim_ops.c13
1 files changed, 0 insertions, 13 deletions
diff --git a/source/blender/editors/animation/anim_ops.c b/source/blender/editors/animation/anim_ops.c
index 4e310e27c5f..670a92e664b 100644
--- a/source/blender/editors/animation/anim_ops.c
+++ b/source/blender/editors/animation/anim_ops.c
@@ -29,22 +29,12 @@
#include <stdlib.h>
#include <math.h>
-#include "MEM_guardedalloc.h"
-
#include "DNA_anim_types.h"
-#include "DNA_action_types.h"
#include "DNA_scene_types.h"
-#include "DNA_screen_types.h"
-#include "DNA_space_types.h"
-#include "DNA_windowmanager_types.h"
-
-#include "BLI_blenlib.h"
#include "BKE_context.h"
-#include "BKE_utildefines.h"
#include "BKE_sound.h"
-#include "UI_interface.h"
#include "UI_view2d.h"
#include "RNA_access.h"
@@ -53,9 +43,6 @@
#include "WM_api.h"
#include "WM_types.h"
-#include "ED_anim_api.h"
-#include "ED_keyframing.h"
-#include "ED_markers.h"
#include "ED_screen.h"
#include "anim_intern.h"