From 26809f38aa3cda6f027ff658e64ca898314e673a Mon Sep 17 00:00:00 2001 From: Joerg Mueller Date: Mon, 16 Aug 2010 20:05:59 +0000 Subject: Audaspace: This should fix all missing python includes now once for all... --- source/blender/editors/sound/SConscript | 2 -- 1 file changed, 2 deletions(-) (limited to 'source/blender/editors/sound/SConscript') diff --git a/source/blender/editors/sound/SConscript b/source/blender/editors/sound/SConscript index a0a8fbf36d0..8010dd49c57 100644 --- a/source/blender/editors/sound/SConscript +++ b/source/blender/editors/sound/SConscript @@ -7,8 +7,6 @@ incs = '../include ../../blenlib ../../blenkernel ../../makesdna ../../imbuf' incs += ' ../../windowmanager #/intern/guardedalloc' incs += ' ../../makesrna' incs += ' #/intern/audaspace/intern' -if env['WITH_BF_PYTHON']: - incs += ' ' + env['BF_PYTHON_INC'] defs = [] -- cgit v1.2.3