From f44d96e1af7a3a88677fa256d3fbb96834ffaf39 Mon Sep 17 00:00:00 2001 From: Vinson Lee Date: Mon, 22 Nov 2010 21:51:49 -0800 Subject: [PATCH] mesa: Clean up header file inclusion in syncobj.h. --- src/mesa/main/syncobj.h | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/src/mesa/main/syncobj.h b/src/mesa/main/syncobj.h index f3c0046cf3d..51de9bf4809 100644 --- a/src/mesa/main/syncobj.h +++ b/src/mesa/main/syncobj.h @@ -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 -- 2.30.2