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>2013-02-28 05:28:46 +0400
committerCampbell Barton <ideasman42@gmail.com>2013-02-28 05:28:46 +0400
commit15d443b7ea0b134544fcd8f2ed64acef69edb03e (patch)
tree7925be8b47168f166b24c51275ca21db9069c8de /source/blender/editors/armature/pose_group.c
parent646b947cc3e51270c689a21336ddf7fbb3ae1859 (diff)
code cleanup: includes
Diffstat (limited to 'source/blender/editors/armature/pose_group.c')
-rw-r--r--source/blender/editors/armature/pose_group.c26
1 files changed, 0 insertions, 26 deletions
diff --git a/source/blender/editors/armature/pose_group.c b/source/blender/editors/armature/pose_group.c
index 168243c2bb6..06a88f013d7 100644
--- a/source/blender/editors/armature/pose_group.c
+++ b/source/blender/editors/armature/pose_group.c
@@ -29,52 +29,26 @@
* \ingroup edarmature
*/
-
-#include <stdlib.h>
-#include <stddef.h>
#include <string.h>
#include "MEM_guardedalloc.h"
-#include "BLI_math.h"
#include "BLI_blenlib.h"
-#include "BLI_dynstr.h"
-#include "BLI_utildefines.h"
-#include "DNA_anim_types.h"
#include "DNA_armature_types.h"
-#include "DNA_constraint_types.h"
-#include "DNA_scene_types.h"
#include "DNA_object_types.h"
-#include "BKE_animsys.h"
-#include "BKE_anim.h"
-#include "BKE_idprop.h"
#include "BKE_action.h"
-#include "BKE_armature.h"
#include "BKE_context.h"
-#include "BKE_constraint.h"
-#include "BKE_deform.h"
-#include "BKE_depsgraph.h"
-#include "BKE_fcurve.h"
-#include "BKE_modifier.h"
-#include "BKE_object.h"
-#include "BKE_report.h"
-
#include "RNA_access.h"
#include "RNA_define.h"
-#include "RNA_enum_types.h"
#include "WM_api.h"
#include "WM_types.h"
#include "ED_armature.h"
-#include "ED_keyframing.h"
-#include "ED_mesh.h"
#include "ED_screen.h"
-#include "ED_object.h"
-#include "ED_util.h" /* clipboard */
#include "UI_interface.h"
#include "UI_resources.h"