From 536d9fec80dad342ef28f2fc8a0c5b4e5de98d31 Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Wed, 17 Oct 2012 04:13:03 +0000 Subject: code cleanup: - move object_iterators.c --> view3d_iterators. (ED_object.h had to include ED_view3d.h which isn't so nice) - move projection functions from view3d_view.c --> view3d_project.c (view3d_view was becoming a mishmash of utility functions and operators). - some some cmake includes as system-includes. --- source/blender/editors/object/CMakeLists.txt | 1 - 1 file changed, 1 deletion(-) (limited to 'source/blender/editors/object/CMakeLists.txt') diff --git a/source/blender/editors/object/CMakeLists.txt b/source/blender/editors/object/CMakeLists.txt index a6745f95ea0..05c042a4182 100644 --- a/source/blender/editors/object/CMakeLists.txt +++ b/source/blender/editors/object/CMakeLists.txt @@ -46,7 +46,6 @@ set(SRC object_edit.c object_group.c object_hook.c - object_iterators.c object_lattice.c object_modifier.c object_ops.c -- cgit v1.2.3