Mesa (master): mesa: Reduce header file inclusion in get.h.

Vinson Lee vlee at kemper.freedesktop.org
Sat Jul 31 23:29:13 UTC 2010


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

Author: Vinson Lee <vlee at vmware.com>
Date:   Sat Jul 31 16:28:13 2010 -0700

mesa: Reduce header file inclusion in get.h.

get.h only needs the GL headers.

---

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

diff --git a/src/mesa/main/get.h b/src/mesa/main/get.h
index 320492b..99a004b 100644
--- a/src/mesa/main/get.h
+++ b/src/mesa/main/get.h
@@ -32,7 +32,7 @@
 #define GET_H
 
 
-#include "mtypes.h"
+#include "glheader.h"
 
 
 extern void GLAPIENTRY




More information about the mesa-commit mailing list