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

Vinson Lee vlee at kemper.freedesktop.org
Tue Nov 9 13:47:35 UTC 2010


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

Author: Vinson Lee <vlee at vmware.com>
Date:   Tue Nov  9 05:47:17 2010 -0800

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

---

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

diff --git a/src/mesa/main/lines.h b/src/mesa/main/lines.h
index 3accdd7..8e8b3f8 100644
--- a/src/mesa/main/lines.h
+++ b/src/mesa/main/lines.h
@@ -33,8 +33,9 @@
 #define LINES_H
 
 
-#include "mtypes.h"
+#include "glheader.h"
 
+struct gl_context;
 
 extern void GLAPIENTRY
 _mesa_LineWidth( GLfloat width );




More information about the mesa-commit mailing list