summaryrefslogtreecommitdiff
path: root/src/mesa/state_tracker/st_cb_program.c
diff options
context:
space:
mode:
authorVinson Lee <vlee@vmware.com>2010-01-15 16:28:56 -0800
committerVinson Lee <vlee@vmware.com>2010-01-15 16:28:56 -0800
commit2d2d8900485ac9f462fccdb0a817f7fc598b95f8 (patch)
tree451c325e26f1accb26200caec440fb790a67e307 /src/mesa/state_tracker/st_cb_program.c
parentfbda223893301cc10182fb12c91493c959e3fe8b (diff)
st/mesa: Remove unnecessary header from st_cb_program.c.
Diffstat (limited to 'src/mesa/state_tracker/st_cb_program.c')
-rw-r--r--src/mesa/state_tracker/st_cb_program.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/mesa/state_tracker/st_cb_program.c b/src/mesa/state_tracker/st_cb_program.c
index b2d5c39a3a..22cb61c380 100644
--- a/src/mesa/state_tracker/st_cb_program.c
+++ b/src/mesa/state_tracker/st_cb_program.c
@@ -36,7 +36,6 @@
#include "shader/prog_instruction.h"
#include "shader/prog_parameter.h"
#include "shader/program.h"
-#include "shader/programopt.h"
#include "shader/shader_api.h"
#include "cso_cache/cso_context.h"