diff options
author | Vinson Lee <[email protected]> | 2010-04-17 12:13:19 -0700 |
---|---|---|
committer | Vinson Lee <[email protected]> | 2010-04-17 12:13:19 -0700 |
commit | 0a2ae64b77d4d0c1571cd457d5e01c599307122e (patch) | |
tree | f56abe1acbc1e96232aa72ead5b4e57ea61914cb /src | |
parent | f6f78fac9ed78bf3d6600401200be724a74bdfb6 (diff) |
r300/compiler: Remove unnecessary header.
Diffstat (limited to 'src')
-rw-r--r-- | src/mesa/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 0ca95d454b6..b4ba0b3f870 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, |