Module: Mesa Branch: master Commit: 84c36418646ae57f88e501efc23c4d7df921c197 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=84c36418646ae57f88e501efc23c4d7df921c197
Author: Brian Paul <bri...@vmware.com> Date: Wed Jan 31 20:36:35 2018 -0700 svga: remove unneeded #includes in svga_pipe_draw.c Reviewed-by: Neha Bhende <bhen...@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" _______________________________________________ mesa-commit mailing list mesa-commit@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/mesa-commit