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

Vinson Lee vlee at kemper.freedesktop.org
Tue Nov 9 09:12:50 UTC 2010


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

Author: Vinson Lee <vlee at vmware.com>
Date:   Tue Nov  9 01:12:34 2010 -0800

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

---

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

diff --git a/src/mesa/main/hint.h b/src/mesa/main/hint.h
index 66e78ad..6c62068 100644
--- a/src/mesa/main/hint.h
+++ b/src/mesa/main/hint.h
@@ -36,8 +36,10 @@
 #ifndef HINT_H
 #define HINT_H
 
+#include "glheader.h"
+#include "mfeatures.h"
 
-#include "mtypes.h"
+struct gl_context;
 
 #if _HAVE_FULL_GL
 




More information about the mesa-commit mailing list