On 25/11/15 21:31, Emil Velikov wrote:
From: Emil Velikov <[email protected]>

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]>
---
  src/mesa/drivers/x11/SConscript | 2 --
  1 file changed, 2 deletions(-)

diff --git a/src/mesa/drivers/x11/SConscript b/src/mesa/drivers/x11/SConscript
index cd5cccd..d29f987 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',



Looks good.

Reviewed-by: Jose Fonseca <[email protected]>
_______________________________________________
mesa-dev mailing list
[email protected]
http://lists.freedesktop.org/mailman/listinfo/mesa-dev

Reply via email to