[Bf-blender-cvs] [e372d27] depsgraph_refactor: Depsgraph: Remove unused includes

Sergey Sharybin noreply at git.blender.org
Fri Dec 19 15:19:18 CET 2014


Commit: e372d270ff8f31394c084dc61a562a49654581f1
Author: Sergey Sharybin
Date:   Fri Dec 19 18:18:40 2014 +0500
Branches: depsgraph_refactor
https://developer.blender.org/rBe372d270ff8f31394c084dc61a562a49654581f1

Depsgraph: Remove unused includes

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

M	source/blender/depsgraph/intern/depsgraph_debug.cpp
M	source/blender/depsgraph/intern/depsgraph_eval.cpp

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

diff --git a/source/blender/depsgraph/intern/depsgraph_debug.cpp b/source/blender/depsgraph/intern/depsgraph_debug.cpp
index c6ae0f9..ac4ba46 100644
--- a/source/blender/depsgraph/intern/depsgraph_debug.cpp
+++ b/source/blender/depsgraph/intern/depsgraph_debug.cpp
@@ -60,7 +60,6 @@ extern "C" {
 #include "depsnode_operation.h"
 #include "depsgraph_types.h"
 #include "depsgraph_intern.h"
-#include "depsgraph_queue.h"
 
 /* ************************************************ */
 /* Graphviz Debugging */
diff --git a/source/blender/depsgraph/intern/depsgraph_eval.cpp b/source/blender/depsgraph/intern/depsgraph_eval.cpp
index 93f3c77..be85cd9 100644
--- a/source/blender/depsgraph/intern/depsgraph_eval.cpp
+++ b/source/blender/depsgraph/intern/depsgraph_eval.cpp
@@ -50,7 +50,6 @@ extern "C" {
 #include "depsnode_operation.h"
 #include "depsgraph_types.h"
 #include "depsgraph_eval.h"
-#include "depsgraph_queue.h"
 #include "depsgraph_intern.h"
 #include "depsgraph_debug.h"




More information about the Bf-blender-cvs mailing list