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:
authorCampbell Barton <ideasman42@gmail.com>2014-11-24 02:47:32 +0300
committerCampbell Barton <ideasman42@gmail.com>2014-11-24 02:47:32 +0300
commit73633388ff2814300c007a6261f4e9fcbd1b5fc6 (patch)
treefee3a7940ab2447dc59e35810a61061a9c6ac3eb /source/blender/blenlib
parent92f13f7287e72d8625611a9dcd92b1c636ae8454 (diff)
SCons: correct includes after recent refactor
Diffstat (limited to 'source/blender/blenlib')
-rw-r--r--source/blender/blenlib/SConscript1
1 files changed, 0 insertions, 1 deletions
diff --git a/source/blender/blenlib/SConscript b/source/blender/blenlib/SConscript
index b712d2032bf..2dabb5a7334 100644
--- a/source/blender/blenlib/SConscript
+++ b/source/blender/blenlib/SConscript
@@ -34,7 +34,6 @@ cflags=''
incs = [
'.',
'#/extern/wcwidth',
- '#/intern/ghost',
'#/intern/guardedalloc',
'../makesdna',
env['BF_FREETYPE_INC'],