mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-04-22 22:40:46 +02:00
gallium/draw: Remove unnecessary headers.
This commit is contained in:
parent
01ed5c6ef5
commit
83d2b4d4a6
2 changed files with 0 additions and 3 deletions
|
|
@ -36,8 +36,6 @@
|
|||
#include "draw_context.h"
|
||||
#include "draw_vs.h"
|
||||
#include "draw_gs.h"
|
||||
#include "draw_pt.h"
|
||||
#include "draw_pipe.h"
|
||||
|
||||
|
||||
struct draw_context *draw_create( void )
|
||||
|
|
|
|||
|
|
@ -33,7 +33,6 @@
|
|||
#include "draw/draw_pt.h"
|
||||
#include "draw/draw_vs.h"
|
||||
#include "draw/draw_gs.h"
|
||||
#include "translate/translate.h"
|
||||
|
||||
|
||||
struct fetch_pipeline_middle_end {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue