From: Vinson Lee Date: Sat, 26 Jun 2010 07:38:05 +0000 (-0700) Subject: st/mesa: Remove unnecessary headers. X-Git-Tag: 062012170305~11645 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=2943f1ed8c5178cd71fe45e0de129e66c372f3e6;p=profile%2Fivi%2Fmesa.git st/mesa: Remove unnecessary headers. --- diff --git a/src/mesa/state_tracker/st_cb_program.c b/src/mesa/state_tracker/st_cb_program.c index c39ae3e..c8e4b9d 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"