[Bf-blender-cvs] [481375f756a] temp-sybren-usd-patch-02: USD: removed the #include "BLI_iterator.h" from DEG_depsgraph_query.h

Sybren A. Stüvel noreply at git.blender.org
Wed Dec 11 16:36:50 CET 2019


Commit: 481375f756a85a03d8888750cbfe23a90cf250c3
Author: Sybren A. Stüvel
Date:   Wed Dec 11 12:25:12 2019 +0100
Branches: temp-sybren-usd-patch-02
https://developer.blender.org/rB481375f756a85a03d8888750cbfe23a90cf250c3

USD: removed the #include "BLI_iterator.h" from DEG_depsgraph_query.h

This change has been committed to master.

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

M	source/blender/depsgraph/DEG_depsgraph_query.h

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

diff --git a/source/blender/depsgraph/DEG_depsgraph_query.h b/source/blender/depsgraph/DEG_depsgraph_query.h
index c8ddffa57c7..fb456611b15 100644
--- a/source/blender/depsgraph/DEG_depsgraph_query.h
+++ b/source/blender/depsgraph/DEG_depsgraph_query.h
@@ -26,8 +26,6 @@
 #ifndef __DEG_DEPSGRAPH_QUERY_H__
 #define __DEG_DEPSGRAPH_QUERY_H__
 
-#include "BLI_iterator.h"
-
 #include "DEG_depsgraph.h"
 #include "DEG_depsgraph_build.h"



More information about the Bf-blender-cvs mailing list