Mesa (master): glslcompiler: Fix build.

Vinson Lee vlee at kemper.freedesktop.org
Thu Jul 8 23:06:23 UTC 2010


Module: Mesa
Branch: master
Commit: 7595733677b9f1231c474a248b05d85d82b3c9f6
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=7595733677b9f1231c474a248b05d85d82b3c9f6

Author: Vinson Lee <vlee at vmware.com>
Date:   Thu Jul  8 16:06:01 2010 -0700

glslcompiler: Fix build.

---

 src/mesa/drivers/glslcompiler/glslcompiler.c |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/mesa/drivers/glslcompiler/glslcompiler.c b/src/mesa/drivers/glslcompiler/glslcompiler.c
index 9cfee82..02f5987 100644
--- a/src/mesa/drivers/glslcompiler/glslcompiler.c
+++ b/src/mesa/drivers/glslcompiler/glslcompiler.c
@@ -49,8 +49,8 @@
 #include "main/context.h"
 #include "main/extensions.h"
 #include "main/framebuffer.h"
-#include "main/shaders.h"
-#include "program/shader_api.h"
+#include "main/shaderapi.h"
+#include "main/shaderobj.h"
 #include "program/prog_print.h"
 #include "drivers/common/driverfuncs.h"
 #include "tnl/tnl.h"




More information about the mesa-commit mailing list