From 3458bad12d4ba7c1184a44fcdabfef265335d30c Mon Sep 17 00:00:00 2001 From: Tamito Kajiyama Date: Thu, 17 Apr 2014 12:45:22 +0900 Subject: Freestyle: removed unnecessary #include files and made minor code cleanup. --- .../freestyle/intern/python/Iterator/BPy_orientedViewEdgeIterator.h | 1 - 1 file changed, 1 deletion(-) (limited to 'source/blender/freestyle/intern/python/Iterator') diff --git a/source/blender/freestyle/intern/python/Iterator/BPy_orientedViewEdgeIterator.h b/source/blender/freestyle/intern/python/Iterator/BPy_orientedViewEdgeIterator.h index 3dea73cdd08..bb1207aa46b 100644 --- a/source/blender/freestyle/intern/python/Iterator/BPy_orientedViewEdgeIterator.h +++ b/source/blender/freestyle/intern/python/Iterator/BPy_orientedViewEdgeIterator.h @@ -25,7 +25,6 @@ #ifndef __FREESTYLE_PYTHON_ORIENTEDVIEWEDGEITERATOR_H__ #define __FREESTYLE_PYTHON_ORIENTEDVIEWEDGEITERATOR_H__ -#include "../../stroke/Stroke.h" #include "../BPy_Iterator.h" #include "../../view_map/ViewMapIterators.h" -- cgit v1.2.3