mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-05 09:38:07 +02:00
gallium: fixup #includes: p_screen.h does not need anything in p_state.h
This commit is contained in:
parent
0703b2e9ad
commit
099e9d20f0
1 changed files with 3 additions and 1 deletions
|
|
@ -39,7 +39,8 @@
|
|||
|
||||
|
||||
#include "pipe/p_compiler.h"
|
||||
#include "pipe/p_state.h"
|
||||
#include "pipe/p_format.h"
|
||||
#include "pipe/p_defines.h"
|
||||
|
||||
|
||||
|
||||
|
|
@ -51,6 +52,7 @@ extern "C" {
|
|||
/** Opaque type */
|
||||
struct pipe_fence_handle;
|
||||
struct pipe_winsys;
|
||||
struct pipe_buffer;
|
||||
|
||||
|
||||
/**
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue