projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f031817
)
mesa: Reduce header file inclusion in syncobj.h.
author
Vinson Lee
<vlee@vmware.com>
Tue, 3 Aug 2010 06:53:23 +0000
(23:53 -0700)
committer
Vinson 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
patch
|
blob
|
history
diff --git
a/src/mesa/main/syncobj.h
b/src/mesa/main/syncobj.h
index f23fa281e20502f6d774fb53e1f575eac41721a0..c53511995b15fa96085b3cc88c977acc8599fb44 100644
(file)
--- a/
src/mesa/main/syncobj.h
+++ b/
src/mesa/main/syncobj.h
@@
-31,7
+31,10
@@
#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);