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_deps.c
parent431db9d478dc48bcabe9859efd320f8210b5eeda (diff)
remove unused includes
Diffstat (limited to 'source/blender/editors/animation/anim_deps.c')
-rw-r--r--source/blender/editors/animation/anim_deps.c11
1 files changed, 0 insertions, 11 deletions
diff --git a/source/blender/editors/animation/anim_deps.c b/source/blender/editors/animation/anim_deps.c
index 3f461889485..b332da34c73 100644
--- a/source/blender/editors/animation/anim_deps.c
+++ b/source/blender/editors/animation/anim_deps.c
@@ -26,14 +26,11 @@
* ***** END GPL LICENSE BLOCK *****
*/
-#include <stdlib.h>
#include <string.h>
-#include <math.h>
#include "MEM_guardedalloc.h"
#include "DNA_anim_types.h"
-#include "DNA_action_types.h"
#include "DNA_armature_types.h"
#include "DNA_object_types.h"
#include "DNA_node_types.h"
@@ -47,21 +44,13 @@
#include "BKE_context.h"
#include "BKE_depsgraph.h"
#include "BKE_global.h"
-#include "BKE_main.h"
#include "BKE_node.h"
-#include "BKE_scene.h"
#include "BKE_sequencer.h"
-#include "BKE_screen.h"
#include "BKE_utildefines.h"
#include "RNA_access.h"
-#include "RNA_define.h"
#include "ED_anim_api.h"
-#include "ED_screen.h"
-
-#include "WM_api.h"
-#include "WM_types.h"
/* **************************** depsgraph tagging ******************************** */