Mesa (master): svga: remove unneeded #includes in svga_pipe_draw.c

Brian Paul brianp at kemper.freedesktop.org
Thu Feb 1 19:18:49 UTC 2018


Module: Mesa
Branch: master
Commit: 84c36418646ae57f88e501efc23c4d7df921c197
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=84c36418646ae57f88e501efc23c4d7df921c197

Author: Brian Paul <brianp at vmware.com>
Date:   Wed Jan 31 20:36:35 2018 -0700

svga: remove unneeded #includes in svga_pipe_draw.c

Reviewed-by: Neha Bhende <bhenden at vmware.com>

---

 src/gallium/drivers/svga/svga_pipe_draw.c | 7 -------
 1 file changed, 7 deletions(-)

diff --git a/src/gallium/drivers/svga/svga_pipe_draw.c b/src/gallium/drivers/svga/svga_pipe_draw.c
index 8cd7ab00b5..ee4a1057ad 100644
--- a/src/gallium/drivers/svga/svga_pipe_draw.c
+++ b/src/gallium/drivers/svga/svga_pipe_draw.c
@@ -24,21 +24,14 @@
  **********************************************************/
 
 
-#include "util/u_format.h"
 #include "util/u_helpers.h"
 #include "util/u_inlines.h"
 #include "util/u_prim.h"
 #include "util/u_prim_restart.h"
-#include "util/u_upload_mgr.h"
-#include "indices/u_indices.h"
 
-#include "svga_hw_reg.h"
-#include "svga_cmd.h"
 #include "svga_context.h"
-#include "svga_screen.h"
 #include "svga_draw.h"
 #include "svga_shader.h"
-#include "svga_state.h"
 #include "svga_surface.h"
 #include "svga_swtnl.h"
 #include "svga_debug.h"




More information about the mesa-commit mailing list