[Bf-blender-cvs] SVN commit: /data/svn/bf-blender [59260] branches/soc-2013-depsgraph_mt/ source/blender/editors/space_view3d/drawarmature.c: Remove unneeded include , was a residual from some WIP patch in the past

Sergey Sharybin sergey.vfx at gmail.com
Mon Aug 19 10:03:44 CEST 2013


Revision: 59260
          http://projects.blender.org/scm/viewvc.php?view=rev&root=bf-blender&revision=59260
Author:   nazgul
Date:     2013-08-19 08:03:44 +0000 (Mon, 19 Aug 2013)
Log Message:
-----------
Remove unneeded include, was a residual from some WIP patch in the past

Modified Paths:
--------------
    branches/soc-2013-depsgraph_mt/source/blender/editors/space_view3d/drawarmature.c

Modified: branches/soc-2013-depsgraph_mt/source/blender/editors/space_view3d/drawarmature.c
===================================================================
--- branches/soc-2013-depsgraph_mt/source/blender/editors/space_view3d/drawarmature.c	2013-08-19 08:03:40 UTC (rev 59259)
+++ branches/soc-2013-depsgraph_mt/source/blender/editors/space_view3d/drawarmature.c	2013-08-19 08:03:44 UTC (rev 59260)
@@ -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"




More information about the Bf-blender-cvs mailing list