diff options
author | Brian Paul <brianp@vmware.com> | 2009-08-21 14:07:37 -0600 |
---|---|---|
committer | Brian Paul <brianp@vmware.com> | 2009-08-21 14:07:37 -0600 |
commit | 0f24886f922df3e00094a53b5b37b1588ea84bc0 (patch) | |
tree | f63a0282147288197742c0620a76174c5fccfafb /src/gallium | |
parent | d204659c8c725c02212ad4a49275c7447f2d02a6 (diff) |
softpipe: remove duplicate #include, move another
Diffstat (limited to 'src/gallium')
-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 { |