summaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/x11
diff options
context:
space:
mode:
authorEmil Velikov <[email protected]>2015-11-25 21:31:57 +0000
committerEmil Velikov <[email protected]>2015-11-29 14:41:39 +0000
commite714c971aea25323579d34d953bb597a5981bafd (patch)
tree015a5df031a5e36734844b34fb4f43950abdf602 /src/mesa/drivers/x11
parent31ed3fc57d3c0cbe6d741ae3125de8f2918b5d73 (diff)
drivers/x11: scons: partially revert b9b40ef9b76
As glsl_types.{cpp,h} were moved out of the sconscript (commit b23a4859f4d "scons: Build nir/glsl_types.cpp once.") remove the dangling includes. Cc: Jose Fonseca <[email protected]> Signed-off-by: Emil Velikov <[email protected]> Reviewed-by: Jose Fonseca <[email protected]>
Diffstat (limited to 'src/mesa/drivers/x11')
-rw-r--r--src/mesa/drivers/x11/SConscript2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/mesa/drivers/x11/SConscript b/src/mesa/drivers/x11/SConscript
index cd5cccda0d1..d29f9874f44 100644
--- a/src/mesa/drivers/x11/SConscript
+++ b/src/mesa/drivers/x11/SConscript
@@ -4,8 +4,6 @@ env = env.Clone()
env.Append(CPPPATH = [
'#/src',
- '#/src/glsl',
- '#/src/glsl/nir',
'#/src/mapi',
'#/src/mesa',
'#/src/mesa/main',