diff options
author | Vinson Lee <[email protected]> | 2010-07-31 16:28:13 -0700 |
---|---|---|
committer | Vinson Lee <[email protected]> | 2010-07-31 16:28:13 -0700 |
commit | 8b909144a1469360b3a76be4013d5b011f0bfc2b (patch) | |
tree | 035d38a311c594f156b3dcd614705777e806ad6c | |
parent | 9e75ac7d25c7bf97b894cd70a4d1657587df5c23 (diff) |
mesa: Reduce header file inclusion in get.h.
get.h only needs the GL headers.
-rw-r--r-- | 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 320492b4ce2..99a004b71dd 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 |