drivers/x11: scons: partially revert b9b40ef9b7

As glsl_types.{cpp,h} were  moved out of the sconscript (commit
b23a4859f4 "scons: Build nir/glsl_types.cpp once.") remove the dangling
includes.

Cc: Jose Fonseca <jfonseca@vmware.com>
Signed-off-by: Emil Velikov <emil.velikov@collabora.com>
Reviewed-by: Jose Fonseca <jfonseca@vmware.com>
This commit is contained in:
Emil Velikov 2015-11-25 21:31:57 +00:00 committed by Emil Velikov
parent 31ed3fc57d
commit e714c971ae

View file

@ -4,8 +4,6 @@ env = env.Clone()
env.Append(CPPPATH = [
'#/src',
'#/src/glsl',
'#/src/glsl/nir',
'#/src/mapi',
'#/src/mesa',
'#/src/mesa/main',