projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
37195b7
)
mesa: Clean up header file inclusion in syncobj.h.
author
Vinson Lee
<vlee@vmware.com>
Tue, 23 Nov 2010 05:51:49 +0000
(21:51 -0800)
committer
Vinson Lee
<vlee@vmware.com>
Tue, 23 Nov 2010 05:51:49 +0000
(21:51 -0800)
src/mesa/main/syncobj.h
patch
|
blob
|
history
diff --git
a/src/mesa/main/syncobj.h
b/src/mesa/main/syncobj.h
index f3c0046cf3d4dcae424438ba40361951b139ac57..51de9bf480948fb5aa50f75b909c3372cbcd8a12 100644
(file)
--- 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