mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-09 08:58:02 +02:00
svga: remove unneeded #includes in svga_pipe_draw.c
Reviewed-by: Neha Bhende <bhenden@vmware.com>
This commit is contained in:
parent
fa98730bf3
commit
84c3641864
1 changed files with 0 additions and 7 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue