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

Vinson Lee vlee at kemper.freedesktop.org
Sat Nov 13 09:16:52 UTC 2010


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

Author: Vinson Lee <vlee at vmware.com>
Date:   Sat Nov 13 01:16:12 2010 -0800

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

---

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

diff --git a/src/mesa/main/points.h b/src/mesa/main/points.h
index b222379..306a8a5 100644
--- a/src/mesa/main/points.h
+++ b/src/mesa/main/points.h
@@ -32,7 +32,9 @@
 #define POINTS_H
 
 
-#include "mtypes.h"
+#include "glheader.h"
+
+struct gl_context;
 
 
 extern void GLAPIENTRY




More information about the mesa-commit mailing list