diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/gallium/drivers/softpipe/sp_state_sampler.c | 3 | 
1 files changed, 1 insertions, 2 deletions
| diff --git a/src/gallium/drivers/softpipe/sp_state_sampler.c b/src/gallium/drivers/softpipe/sp_state_sampler.c index 53210812f4..afc6e1d2eb 100644 --- a/src/gallium/drivers/softpipe/sp_state_sampler.c +++ b/src/gallium/drivers/softpipe/sp_state_sampler.c @@ -32,14 +32,13 @@  #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 { | 
