Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTamito Kajiyama <rd6t-kjym@asahi-net.or.jp>2014-04-17 07:45:22 +0400
committerTamito Kajiyama <rd6t-kjym@asahi-net.or.jp>2014-04-17 09:37:10 +0400
commit3458bad12d4ba7c1184a44fcdabfef265335d30c (patch)
tree49118b32e20606571902e1ffca6aa20539af2dda /source/blender/freestyle/intern/stroke/ChainingIterators.h
parent01a4a09f29974ff7c5c381f399aed143df716cc9 (diff)
Freestyle: removed unnecessary #include files and made minor code cleanup.
Diffstat (limited to 'source/blender/freestyle/intern/stroke/ChainingIterators.h')
-rw-r--r--source/blender/freestyle/intern/stroke/ChainingIterators.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/source/blender/freestyle/intern/stroke/ChainingIterators.h b/source/blender/freestyle/intern/stroke/ChainingIterators.h
index 5a8d4b678b8..ff9203d3af6 100644
--- a/source/blender/freestyle/intern/stroke/ChainingIterators.h
+++ b/source/blender/freestyle/intern/stroke/ChainingIterators.h
@@ -32,8 +32,7 @@
#include "Predicates1D.h"
-
-#include "../system/Iterator.h" //soc
+#include "../system/Iterator.h"
#include "../view_map/ViewMap.h"
#include "../view_map/ViewMapIterators.h"