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_utils.c
parent646b947cc3e51270c689a21336ddf7fbb3ae1859 (diff)
code cleanup: includes
Diffstat (limited to 'source/blender/editors/armature/pose_utils.c')
-rw-r--r--source/blender/editors/armature/pose_utils.c11
1 files changed, 0 insertions, 11 deletions
diff --git a/source/blender/editors/armature/pose_utils.c b/source/blender/editors/armature/pose_utils.c
index 4361fa96153..a5e51ccf32a 100644
--- a/source/blender/editors/armature/pose_utils.c
+++ b/source/blender/editors/armature/pose_utils.c
@@ -27,21 +27,10 @@
* \ingroup edarmature
*/
-
-#include <stdlib.h>
-#include <stdio.h>
-#include <stddef.h>
-#include <string.h>
-#include <math.h>
-#include <float.h>
-
#include "MEM_guardedalloc.h"
#include "BLI_math.h"
#include "BLI_blenlib.h"
-#include "BLI_dynstr.h"
-#include "BLI_dlrbTree.h"
-#include "BLI_utildefines.h"
#include "DNA_anim_types.h"
#include "DNA_armature_types.h"