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_ipo_utils.c
parent431db9d478dc48bcabe9859efd320f8210b5eeda (diff)
remove unused includes
Diffstat (limited to 'source/blender/editors/animation/anim_ipo_utils.c')
-rw-r--r--source/blender/editors/animation/anim_ipo_utils.c15
1 files changed, 0 insertions, 15 deletions
diff --git a/source/blender/editors/animation/anim_ipo_utils.c b/source/blender/editors/animation/anim_ipo_utils.c
index 0f29c274535..2167be2a16a 100644
--- a/source/blender/editors/animation/anim_ipo_utils.c
+++ b/source/blender/editors/animation/anim_ipo_utils.c
@@ -33,31 +33,16 @@
*/
-#include <math.h>
-#include <stdio.h>
-#include <string.h>
-
#include "MEM_guardedalloc.h"
#include "BLI_blenlib.h"
#include "BLI_math.h"
#include "DNA_anim_types.h"
-#include "DNA_key_types.h"
-#include "DNA_object_types.h"
-#include "DNA_space_types.h"
-#include "DNA_scene_types.h"
-#include "DNA_view3d_types.h"
-#include "BKE_animsys.h"
-#include "BKE_key.h"
#include "BKE_utildefines.h"
-#include "UI_resources.h"
-#include "ED_anim_api.h"
-
#include "RNA_access.h"
-#include "RNA_types.h"
/* ----------------------- Getter functions ----------------------- */