[Bf-blender-cvs] [57640f50f9d] temp-workspace-object-mode-removal: Remove headers left in

Campbell Barton noreply at git.blender.org
Wed Feb 7 03:36:49 CET 2018


Commit: 57640f50f9df625d5c7e5c0b67c0254f3acbf081
Author: Campbell Barton
Date:   Wed Feb 7 13:35:39 2018 +1100
Branches: temp-workspace-object-mode-removal
https://developer.blender.org/rB57640f50f9df625d5c7e5c0b67c0254f3acbf081

Remove headers left in

===================================================================

M	source/blender/draw/intern/draw_armature.c
M	source/blender/draw/intern/draw_common.c

===================================================================

diff --git a/source/blender/draw/intern/draw_armature.c b/source/blender/draw/intern/draw_armature.c
index f94968dec4c..5daafadada6 100644
--- a/source/blender/draw/intern/draw_armature.c
+++ b/source/blender/draw/intern/draw_armature.c
@@ -59,8 +59,6 @@
 
 #include "UI_resources.h"
 
-#include "DEG_depsgraph.h"
-
 #include "draw_common.h"
 #include "draw_manager_text.h"
 
diff --git a/source/blender/draw/intern/draw_common.c b/source/blender/draw/intern/draw_common.c
index 4498a5c31a4..4bd138e80f5 100644
--- a/source/blender/draw/intern/draw_common.c
+++ b/source/blender/draw/intern/draw_common.c
@@ -33,8 +33,6 @@
 #include "BKE_global.h"
 #include "BKE_colorband.h"
 
-#include "DEG_depsgraph.h"
-
 #include "draw_common.h"
 
 #if 0



More information about the Bf-blender-cvs mailing list