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:
Vinson Lee
2010-08-02 23:53:23 -07:00
parent f031817450
commit f7d29d5881
+4 -1
View File
@@ -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);