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

Vinson Lee vlee at kemper.freedesktop.org
Mon Nov 8 05:16:01 UTC 2010


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

Author: Vinson Lee <vlee at vmware.com>
Date:   Sun Nov  7 21:15:45 2010 -0800

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

---

 src/mesa/main/extensions.h |    5 ++++-
 1 files changed, 4 insertions(+), 1 deletions(-)

diff --git a/src/mesa/main/extensions.h b/src/mesa/main/extensions.h
index 6eb8539..a9ed41f 100644
--- a/src/mesa/main/extensions.h
+++ b/src/mesa/main/extensions.h
@@ -36,7 +36,10 @@
 #ifndef _EXTENSIONS_H_
 #define _EXTENSIONS_H_
 
-#include "mtypes.h"
+#include "glheader.h"
+#include "mfeatures.h"
+
+struct gl_context;
 
 #if _HAVE_FULL_GL
 




More information about the mesa-commit mailing list