mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-30 14:20:11 +01:00
pipebuffer: Don't include standard headers directly.
This commit is contained in:
parent
a266af9200
commit
53996e562f
1 changed files with 2 additions and 2 deletions
|
|
@ -50,7 +50,8 @@
|
|||
#define PB_BUFMGR_H_
|
||||
|
||||
|
||||
#include <stddef.h>
|
||||
#include "pipe/p_compiler.h"
|
||||
#include "pipe/p_error.h"
|
||||
|
||||
|
||||
#ifdef __cplusplus
|
||||
|
|
@ -68,7 +69,6 @@ struct pipe_winsys;
|
|||
*/
|
||||
struct pb_manager
|
||||
{
|
||||
/* XXX: we will likely need more allocation flags */
|
||||
struct pb_buffer *
|
||||
(*create_buffer)( struct pb_manager *mgr,
|
||||
size_t size,
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue