mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-31 14:10:09 +01:00
st/mesa: clean up #includes in st_draw.c
Reviewed-by: Tapani Pälli <tapani.palli@intel.com>
This commit is contained in:
parent
82e3d8ba8b
commit
aa249190a5
1 changed files with 2 additions and 2 deletions
|
|
@ -42,6 +42,8 @@
|
|||
#include "main/macros.h"
|
||||
#include "main/varray.h"
|
||||
|
||||
#include "glsl/ir_uniform.h"
|
||||
|
||||
#include "vbo/vbo.h"
|
||||
|
||||
#include "st_context.h"
|
||||
|
|
@ -62,8 +64,6 @@
|
|||
#include "draw/draw_context.h"
|
||||
#include "cso_cache/cso_context.h"
|
||||
|
||||
#include "../glsl/ir_uniform.h"
|
||||
|
||||
|
||||
/**
|
||||
* This is very similar to vbo_all_varyings_in_vbos() but we are
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue