Mesa (master): mesa: Clean up header file inclusion in syncobj.h.

Vinson Lee vlee at kemper.freedesktop.org
Tue Nov 23 05:52:22 UTC 2010


Module: Mesa
Branch: master
Commit: f44d96e1af7a3a88677fa256d3fbb96834ffaf39
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=f44d96e1af7a3a88677fa256d3fbb96834ffaf39

Author: Vinson Lee <vlee at vmware.com>
Date:   Mon Nov 22 21:51:49 2010 -0800

mesa: Clean up header file inclusion in syncobj.h.

---

 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 f3c0046..51de9bf 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
 




More information about the mesa-commit mailing list