From 2943f1ed8c5178cd71fe45e0de129e66c372f3e6 Mon Sep 17 00:00:00 2001 From: Vinson Lee Date: Sat, 26 Jun 2010 00:38:05 -0700 Subject: st/mesa: Remove unnecessary headers. --- src/mesa/state_tracker/st_cb_program.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/mesa/state_tracker/st_cb_program.c b/src/mesa/state_tracker/st_cb_program.c index c39ae3e4c4..c8e4b9d56d 100644 --- a/src/mesa/state_tracker/st_cb_program.c +++ b/src/mesa/state_tracker/st_cb_program.c @@ -34,9 +34,7 @@ #include "main/macros.h" #include "main/enums.h" #include "main/shaderapi.h" -#include "main/shaderobj.h" #include "program/prog_instruction.h" -#include "program/prog_parameter.h" #include "program/program.h" #include "cso_cache/cso_context.h" -- cgit v1.2.3