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:
authorJoshua Leung <aligorith@gmail.com>2009-11-22 09:22:53 +0300
committerJoshua Leung <aligorith@gmail.com>2009-11-22 09:22:53 +0300
commit6e5cf0f3ee8c9c6a151bcc51525db77ff3bbdd25 (patch)
tree4b2010ff7f920a173be3d9e8e1b69e47ed7a4abf /source/blender/editors/mesh/SConscript
parent8e76e2d09c388383cd1ed34ab30699068a5b7fdb (diff)
Patch #19953: [2.5] repeated include entries in a number of SConscript files
Thanks for the patch Jeff Doyle (nfz)
Diffstat (limited to 'source/blender/editors/mesh/SConscript')
-rw-r--r--source/blender/editors/mesh/SConscript2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/editors/mesh/SConscript b/source/blender/editors/mesh/SConscript
index 00391b3474a..f5f8bb940e8 100644
--- a/source/blender/editors/mesh/SConscript
+++ b/source/blender/editors/mesh/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'
if env['OURPLATFORM'] == 'linux2':