From: Brian Date: Tue, 25 Sep 2007 21:21:19 +0000 (-0600) Subject: clean-up #includes X-Git-Tag: 062012170305~17580^2~390^2~4024 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=b5051bf6bbe54269c78f4dd545791e51bc7ce9e0;p=profile%2Fivi%2Fmesa.git clean-up #includes --- diff --git a/src/mesa/state_tracker/st_program.c b/src/mesa/state_tracker/st_program.c index fc5d000..9f363ad 100644 --- a/src/mesa/state_tracker/st_program.c +++ b/src/mesa/state_tracker/st_program.c @@ -31,13 +31,11 @@ */ -#include "shader/prog_parameter.h" -#include "shader/prog_print.h" -#include "tnl/t_vp_build.h" +#include "main/imports.h" +#include "main/mtypes.h" #include "pipe/p_context.h" #include "pipe/p_defines.h" -#include "pipe/p_winsys.h" #include "pipe/tgsi/mesa/mesa_to_tgsi.h" #include "pipe/tgsi/exec/tgsi_core.h"