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:
authorSergey Sharybin <sergey.vfx@gmail.com>2013-08-19 12:03:44 +0400
committerSergey Sharybin <sergey.vfx@gmail.com>2013-08-19 12:03:44 +0400
commit3038423d4ba2c48804b61eef2db7c1798ae0ecab (patch)
tree3c4596c34b62d51db842ee447d8f6cc673e29a14 /source/blender/editors/space_view3d/drawarmature.c
parentcfe7349f4e5a005468d793c766dba374abd2c79a (diff)
Remove unneeded include, was a residual from some WIP patch in the past
Diffstat (limited to 'source/blender/editors/space_view3d/drawarmature.c')
-rw-r--r--source/blender/editors/space_view3d/drawarmature.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/source/blender/editors/space_view3d/drawarmature.c b/source/blender/editors/space_view3d/drawarmature.c
index 05a280ae762..6961ada462d 100644
--- a/source/blender/editors/space_view3d/drawarmature.c
+++ b/source/blender/editors/space_view3d/drawarmature.c
@@ -34,8 +34,6 @@
#include <string.h>
#include <math.h>
-#include "MEM_guardedalloc.h"
-
#include "DNA_anim_types.h"
#include "DNA_armature_types.h"
#include "DNA_constraint_types.h"