mesa: Reduce header file inclusion in syncobj.h.
syncobj.h doesn't use any additional symbols that is added by context.h.
This commit is contained in:
@@ -31,7 +31,10 @@
|
||||
#ifndef SYNCOBJ_H
|
||||
#define SYNCOBJ_H
|
||||
|
||||
#include "context.h"
|
||||
#include "glheader.h"
|
||||
#include "mtypes.h"
|
||||
|
||||
struct dd_function_table;
|
||||
|
||||
extern void
|
||||
_mesa_init_sync_object_functions(struct dd_function_table *driver);
|
||||
|
||||
Reference in New Issue
Block a user