Removed ../freestyle from the list of header file directories.

This commit is contained in:
Tamito Kajiyama
2009-12-06 15:46:26 +00:00
parent ce6870e271
commit 9ec726c098
2 changed files with 1 additions and 2 deletions

View File

@@ -39,7 +39,6 @@ SET(INC .
../python
../nodes
../gpu
../freestyle
../blenfont
${OPENGL_INCLUDE_DIR}
)

View File

@@ -9,7 +9,7 @@ sources = env.Glob('intern/*.c')
incs = '. ../editors/include ../python ../makesdna ../blenlib ../blenkernel'
incs += ' ../nodes ../imbuf ../blenloader ../render/extern/include'
incs += ' ../radiosity/extern/include ../../kernel/gen_system'
incs += ' ../makesrna ../gpu ../freestyle ../blenfont'
incs += ' ../makesrna ../gpu ../blenfont'
incs += ' #/intern/guardedalloc #/intern/memutil #/intern/ghost'
incs += ' #/intern/elbeem #/extern/glew/include'