From 250cdd5e52dcb46c681fa5fe7935c670d5969977 Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Wed, 18 Jul 2012 23:07:07 +0000 Subject: code cleanup: remove commented includes - mostly from 2.4x --- source/blender/editors/armature/editarmature_retarget.c | 8 +------- source/blender/editors/armature/editarmature_sketch.c | 10 ---------- source/blender/editors/armature/reeb.c | 13 ++----------- 3 files changed, 3 insertions(+), 28 deletions(-) (limited to 'source/blender/editors/armature') diff --git a/source/blender/editors/armature/editarmature_retarget.c b/source/blender/editors/armature/editarmature_retarget.c index 91c342ec070..caadee5f941 100644 --- a/source/blender/editors/armature/editarmature_retarget.c +++ b/source/blender/editors/armature/editarmature_retarget.c @@ -25,7 +25,6 @@ * \ingroup edarmature */ - #include #include #include @@ -49,8 +48,6 @@ #include "BLI_rand.h" #include "BLI_threads.h" -//#include "BDR_editobject.h" - #include "BKE_constraint.h" #include "BKE_armature.h" #include "BKE_context.h" @@ -60,10 +57,7 @@ #include "BIF_retarget.h" - -//#include "mydevice.h" -#include "reeb.h" // FIX ME -//#include "blendef.h" +#include "reeb.h" /* FIX ME */ #include "armature_intern.h" diff --git a/source/blender/editors/armature/editarmature_sketch.c b/source/blender/editors/armature/editarmature_sketch.c index 06ecf76ba3e..78d3d8dc64d 100644 --- a/source/blender/editors/armature/editarmature_sketch.c +++ b/source/blender/editors/armature/editarmature_sketch.c @@ -22,7 +22,6 @@ * \ingroup edarmature */ - #include #include #include @@ -49,27 +48,18 @@ #include "ED_screen.h" #include "BIF_gl.h" -//#include "BIF_screen.h" -//#include "BIF_space.h" -//#include "BIF_mywindow.h" #include "ED_armature.h" #include "armature_intern.h" -//#include "BIF_sketch.h" #include "BIF_retarget.h" #include "BIF_generate.h" -//#include "BIF_interface.h" #include "ED_transform.h" #include "WM_api.h" #include "WM_types.h" -//#include "blendef.h" -//#include "mydevice.h" #include "reeb.h" - - typedef int (*GestureDetectFct)(bContext *, SK_Gesture *, SK_Sketch *); typedef void (*GestureApplyFct)(bContext *, SK_Gesture *, SK_Sketch *); diff --git a/source/blender/editors/armature/reeb.c b/source/blender/editors/armature/reeb.c index af252ffe60c..ce4e1db23b5 100644 --- a/source/blender/editors/armature/reeb.c +++ b/source/blender/editors/armature/reeb.c @@ -24,11 +24,10 @@ * \ingroup edarmature */ - #include -#include // for memcpy +#include /* for memcpy */ #include -#include // for qsort +#include /* for qsort */ #include #include "DNA_scene_types.h" @@ -45,16 +44,8 @@ #include "BLI_ghash.h" #include "BLI_heap.h" -//#include "BDR_editobject.h" - -//#include "BIF_interface.h" -//#include "BIF_toolbox.h" -//#include "BIF_graphics.h" - #include "BKE_mesh.h" -//#include "blendef.h" - #include "ONL_opennl.h" #include "reeb.h" -- cgit v1.2.3