r300g: remove non-existing include path from SConscript

This commit is contained in:
Marek Olšák
2011-04-18 03:07:11 +02:00
parent d35aeff4bb
commit 699ecec58c
-1
View File
@@ -6,7 +6,6 @@ env = env.Clone()
# add the paths for r300compiler
env.Append(CPPPATH = [
'#/src/mesa/drivers/dri/r300/compiler',
'#/src/gallium/winsys/drm/radeon/core',
'#/include',
'#/src/mesa',
])