From: Emil Velikov Date: Wed, 25 Nov 2015 21:31:57 +0000 (+0000) Subject: drivers/x11: scons: partially revert b9b40ef9b76 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=e714c971aea25323579d34d953bb597a5981bafd;p=mesa.git 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 Signed-off-by: Emil Velikov Reviewed-by: Jose Fonseca --- 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',