From 9fb3d3e0322cb6692f822ee374de1ec03ab70454 Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Thu, 30 May 2013 02:16:22 +0000 Subject: remove redundant includes from cmake and scons. --- source/blender/editors/space_api/CMakeLists.txt | 1 - source/blender/editors/space_api/SConscript | 2 -- 2 files changed, 3 deletions(-) (limited to 'source/blender/editors/space_api') diff --git a/source/blender/editors/space_api/CMakeLists.txt b/source/blender/editors/space_api/CMakeLists.txt index 3932924a521..bf3257389ce 100644 --- a/source/blender/editors/space_api/CMakeLists.txt +++ b/source/blender/editors/space_api/CMakeLists.txt @@ -23,7 +23,6 @@ set(INC ../io ../../blenkernel ../../blenlib - ../../bmesh ../../makesdna ../../makesrna ../../windowmanager diff --git a/source/blender/editors/space_api/SConscript b/source/blender/editors/space_api/SConscript index bd0f490a56d..2ba918ffc84 100644 --- a/source/blender/editors/space_api/SConscript +++ b/source/blender/editors/space_api/SConscript @@ -36,10 +36,8 @@ incs = [ '../io', '../../blenkernel', '../../blenlib', - '../../bmesh', '../../makesdna', '../../makesrna', - '../../python', '../../windowmanager', ] incs = ' '.join(incs) -- cgit v1.2.3