diff options
author | Vinson Lee <[email protected]> | 2010-11-22 21:51:49 -0800 |
---|---|---|
committer | Vinson Lee <[email protected]> | 2010-11-22 21:51:49 -0800 |
commit | f44d96e1af7a3a88677fa256d3fbb96834ffaf39 (patch) | |
tree | 6e8fd40a8cf0ca1735c27e113a414c70fbd2f174 /src/mesa/main/syncobj.h | |
parent | 37195b7f70d55f6e946cced6d24964f8c004f0ef (diff) |
mesa: Clean up header file inclusion in syncobj.h.
Diffstat (limited to 'src/mesa/main/syncobj.h')
-rw-r--r-- | src/mesa/main/syncobj.h | 6 |
1 files changed, 5 insertions, 1 deletions
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 |