Module: Mesa Branch: master Commit: 7595733677b9f1231c474a248b05d85d82b3c9f6 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=7595733677b9f1231c474a248b05d85d82b3c9f6
Author: Vinson Lee <[email protected]> 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" _______________________________________________ mesa-commit mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/mesa-commit
