mesa: Reduce header file inclusion in syncobj.h.
authorVinson Lee <vlee@vmware.com>
Tue, 3 Aug 2010 06:53:23 +0000 (23:53 -0700)
committerVinson Lee <vlee@vmware.com>
Tue, 3 Aug 2010 06:53:23 +0000 (23:53 -0700)
syncobj.h doesn't use any additional symbols that is added by context.h.

src/mesa/main/syncobj.h

index f23fa281e20502f6d774fb53e1f575eac41721a0..c53511995b15fa96085b3cc88c977acc8599fb44 100644 (file)
 #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);