Module: Mesa Branch: master Commit: 4b598ce226fcefbefb0243c418cc759c0fb91d79 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=4b598ce226fcefbefb0243c418cc759c0fb91d79
Author: Luc Verhaegen <[email protected]> Date: Fri Mar 12 08:35:22 2010 +0100 dri/r700: include shader/programopt.h instead of programopt.c. Signed-off-by: Brian Paul <[email protected]> --- src/mesa/drivers/dri/r600/r700_vertprog.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/src/mesa/drivers/dri/r600/r700_vertprog.c b/src/mesa/drivers/dri/r600/r700_vertprog.c index 07e0adc..05c6516 100644 --- a/src/mesa/drivers/dri/r600/r700_vertprog.c +++ b/src/mesa/drivers/dri/r600/r700_vertprog.c @@ -42,7 +42,7 @@ #include "radeon_debug.h" #include "r600_context.h" #include "r600_cmdbuf.h" -#include "shader/programopt.c" +#include "shader/programopt.h" #include "r700_debug.h" #include "r700_vertprog.h" _______________________________________________ mesa-commit mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/mesa-commit
