summaryrefslogtreecommitdiff
path: root/src/mesa/drivers/dri/r300/r300_fragprog_common.c
diff options
context:
space:
mode:
authorVinson Lee <vlee@vmware.com>2010-01-23 20:43:27 -0800
committerVinson Lee <vlee@vmware.com>2010-01-23 20:43:27 -0800
commitb62b524fee5f1b9ec9b53cc8f550a0c9a3d769c2 (patch)
treed5f7698f93be526225103d442a01a9b218d9e111 /src/mesa/drivers/dri/r300/r300_fragprog_common.c
parentfb6bff3712d71cfe131fbf70154d326cdf39e7c8 (diff)
r300: Remove unnecessary headers.
Diffstat (limited to 'src/mesa/drivers/dri/r300/r300_fragprog_common.c')
-rw-r--r--src/mesa/drivers/dri/r300/r300_fragprog_common.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/mesa/drivers/dri/r300/r300_fragprog_common.c b/src/mesa/drivers/dri/r300/r300_fragprog_common.c
index 267ee81a7a..d94ed08824 100644
--- a/src/mesa/drivers/dri/r300/r300_fragprog_common.c
+++ b/src/mesa/drivers/dri/r300/r300_fragprog_common.c
@@ -38,14 +38,12 @@
#include "r300_fragprog_common.h"
-#include "shader/program.h"
#include "shader/prog_parameter.h"
#include "shader/prog_print.h"
#include "compiler/radeon_compiler.h"
#include "radeon_mesa_to_rc.h"
-#include "r300_state.h"
static GLuint build_dtm(GLuint depthmode)