From 6e5cf0f3ee8c9c6a151bcc51525db77ff3bbdd25 Mon Sep 17 00:00:00 2001 From: Joshua Leung Date: Sun, 22 Nov 2009 06:22:53 +0000 Subject: Patch #19953: [2.5] repeated include entries in a number of SConscript files Thanks for the patch Jeff Doyle (nfz) --- source/blender/editors/gpencil/SConscript | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source/blender/editors/gpencil') diff --git a/source/blender/editors/gpencil/SConscript b/source/blender/editors/gpencil/SConscript index af3cbdb901d..06d78d1e7e0 100644 --- a/source/blender/editors/gpencil/SConscript +++ b/source/blender/editors/gpencil/SConscript @@ -5,7 +5,7 @@ sources = env.Glob('*.c') incs = '../include ../../blenlib ../../blenkernel ../../makesdna ../../imbuf' incs += ' ../../windowmanager #/intern/guardedalloc #/extern/glew/include' -incs += ' #/intern/guardedalloc ../../gpu' +incs += ' ../../gpu' incs += ' ../../makesrna ../../render/extern/include #/intern/elbeem/extern' env.BlenderLib ( 'bf_editors_gpencil', sources, Split(incs), [], libtype=['core'], priority=[45] ) -- cgit v1.2.3