Module: Mesa Branch: master Commit: 0a2ae64b77d4d0c1571cd457d5e01c599307122e URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=0a2ae64b77d4d0c1571cd457d5e01c599307122e
Author: Vinson Lee <[email protected]> Date: Sat Apr 17 12:13:19 2010 -0700 r300/compiler: Remove unnecessary header. --- .../drivers/dri/r300/compiler/radeon_program_tex.c | 2 -- 1 files changed, 0 insertions(+), 2 deletions(-) diff --git a/src/mesa/drivers/dri/r300/compiler/radeon_program_tex.c b/src/mesa/drivers/dri/r300/compiler/radeon_program_tex.c index 0ca95d4..b4ba0b3 100644 --- a/src/mesa/drivers/dri/r300/compiler/radeon_program_tex.c +++ b/src/mesa/drivers/dri/r300/compiler/radeon_program_tex.c @@ -27,8 +27,6 @@ #include "radeon_program_tex.h" -#include "../r300_reg.h" - /* Series of transformations to be done on textures. */ static struct rc_src_register shadow_ambient(struct r300_fragment_program_compiler *compiler, _______________________________________________ mesa-commit mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/mesa-commit
