aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarek Olšák <[email protected]>2011-04-18 03:07:11 +0200
committerMarek Olšák <[email protected]>2011-04-18 03:07:46 +0200
commit699ecec58c6925fb174ecf925158df6cce59be59 (patch)
tree9735e1e9b76b6a1cf8a4e0bb7155aed91f8a9438
parentd35aeff4bb0b03450b2c3c08bd7f84db5bf43283 (diff)
r300g: remove non-existing include path from SConscript
-rw-r--r--src/gallium/drivers/r300/SConscript1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/gallium/drivers/r300/SConscript b/src/gallium/drivers/r300/SConscript
index b49db937994..3af157a7956 100644
--- a/src/gallium/drivers/r300/SConscript
+++ b/src/gallium/drivers/r300/SConscript
@@ -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',
])