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 05:59:52 +0300
committerJoshua Leung <aligorith@gmail.com>2009-11-22 05:59:52 +0300
commit288a08849b8f8cdef295474088ebb952b88b4d4f (patch)
treec1656af932c1f395e92dc55a1d8679c2881323da /source/blender/editors/armature
parent9e2ed891054ccdcea315259c0d4a11d57325762a (diff)
Patch #19952: [2.5] repeated include entry in SConscript for blender/editors/armature
Second #/intern/guardedalloc include removed. Thanks Jeff Doyle (nfz) for the patch.
Diffstat (limited to 'source/blender/editors/armature')
-rw-r--r--source/blender/editors/armature/SConscript2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/editors/armature/SConscript b/source/blender/editors/armature/SConscript
index a7fa9d7071f..fd4b885b730 100644
--- a/source/blender/editors/armature/SConscript
+++ b/source/blender/editors/armature/SConscript
@@ -5,7 +5,7 @@ sources = env.Glob('*.c')
incs = '../include ../../blenlib ../../blenkernel ../../makesdna ../../imbuf'
incs += ' ../../windowmanager #/intern/guardedalloc #/extern/glew/include'
-incs += ' ../../render/extern/include #/intern/guardedalloc'
+incs += ' ../../render/extern/include'
incs += ' ../../gpu ../../makesrna #/intern/opennl/extern'
if env['OURPLATFORM'] == 'linux2':