mesa: Clean up header file inclusion in syncobj.h.
authorVinson Lee <vlee@vmware.com>
Tue, 23 Nov 2010 05:51:49 +0000 (21:51 -0800)
committerVinson Lee <vlee@vmware.com>
Tue, 23 Nov 2010 05:51:49 +0000 (21:51 -0800)
src/mesa/main/syncobj.h

index f3c0046cf3d4dcae424438ba40361951b139ac57..51de9bf480948fb5aa50f75b909c3372cbcd8a12 100644 (file)
 #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