From 8b909144a1469360b3a76be4013d5b011f0bfc2b Mon Sep 17 00:00:00 2001 From: Vinson Lee Date: Sat, 31 Jul 2010 16:28:13 -0700 Subject: mesa: Reduce header file inclusion in get.h. get.h only needs the GL headers. --- src/mesa/main/get.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/mesa/main/get.h') diff --git a/src/mesa/main/get.h b/src/mesa/main/get.h index 320492b4ce..99a004b71d 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 -- cgit v1.2.3