From: Vinson Lee Date: Sat, 16 Jan 2010 08:45:36 +0000 (-0800) Subject: st/mesa: Remove unnecessary header from st_atom_sampler.c. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=bc639f291bd6127730845f9e6208e48e51cb83ff;p=mesa.git st/mesa: Remove unnecessary header from st_atom_sampler.c. --- diff --git a/src/mesa/state_tracker/st_atom_sampler.c b/src/mesa/state_tracker/st_atom_sampler.c index 6611956ae83..7b1734c4f32 100644 --- a/src/mesa/state_tracker/st_atom_sampler.c +++ b/src/mesa/state_tracker/st_atom_sampler.c @@ -37,7 +37,6 @@ #include "st_context.h" #include "st_cb_texture.h" #include "st_atom.h" -#include "st_program.h" #include "pipe/p_context.h" #include "pipe/p_defines.h"