mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-25 02:10:11 +01:00
pipebuffer: Clean up header file inclusion in pb_bufmgr.h.
Remove p_compiler.h and p_defines.h. Include pb_buffer.h for pb_size symbol.
This commit is contained in:
parent
9fd2a8d692
commit
7822f99193
1 changed files with 1 additions and 2 deletions
|
|
@ -50,8 +50,7 @@
|
|||
#define PB_BUFMGR_H_
|
||||
|
||||
|
||||
#include "pipe/p_compiler.h"
|
||||
#include "pipe/p_defines.h"
|
||||
#include "pb_buffer.h"
|
||||
|
||||
|
||||
#ifdef __cplusplus
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue