Mesa (softpipe-opt): softpipe: remove duplicate #include, move another

Brian Paul brianp at kemper.freedesktop.org
Fri Aug 21 20:08:31 UTC 2009


Module: Mesa
Branch: softpipe-opt
Commit: 0f24886f922df3e00094a53b5b37b1588ea84bc0
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=0f24886f922df3e00094a53b5b37b1588ea84bc0

Author: Brian Paul <brianp at vmware.com>
Date:   Fri Aug 21 14:07:37 2009 -0600

softpipe: remove duplicate #include, move another

---

 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 5321081..afc6e1d 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 {




More information about the mesa-commit mailing list