From: Brian Paul Date: Fri, 21 Aug 2009 20:07:37 +0000 (-0600) Subject: softpipe: remove duplicate #include, move another X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=0f24886f922df3e00094a53b5b37b1588ea84bc0;p=mesa.git softpipe: remove duplicate #include, move another --- diff --git a/src/gallium/drivers/softpipe/sp_state_sampler.c b/src/gallium/drivers/softpipe/sp_state_sampler.c index 53210812f40..afc6e1d2eb7 100644 --- a/src/gallium/drivers/softpipe/sp_state_sampler.c +++ b/src/gallium/drivers/softpipe/sp_state_sampler.c @@ -31,15 +31,14 @@ #include "util/u_memory.h" +#include "draw/draw_context.h" #include "draw/draw_context.h" -#include "sp_context.h" #include "sp_context.h" #include "sp_state.h" #include "sp_texture.h" #include "sp_tile_cache.h" #include "sp_tex_sample.h" -#include "draw/draw_context.h" struct sp_sampler {