mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-06-17 00:08:31 +02:00
mesa: Clean up header file inclusion in syncobj.h.
This commit is contained in:
parent
37195b7f70
commit
f44d96e1af
1 changed files with 5 additions and 1 deletions
|
|
@ -31,9 +31,13 @@
|
|||
#ifndef SYNCOBJ_H
|
||||
#define SYNCOBJ_H
|
||||
|
||||
#include "main/mtypes.h"
|
||||
#include "glheader.h"
|
||||
#include "mfeatures.h"
|
||||
|
||||
struct _glapi_table;
|
||||
struct dd_function_table;
|
||||
struct gl_context;
|
||||
struct gl_sync_object;
|
||||
|
||||
#if FEATURE_ARB_sync
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue