Module: Mesa Branch: master Commit: 7e54c4a646801cbe8f2310bf516c32faa35eb971 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=7e54c4a646801cbe8f2310bf516c32faa35eb971
Author: Vinson Lee <[email protected]> Date: Thu Jul 29 18:15:41 2010 -0700 mesa: Reduce clear.h header file inclusion. --- src/mesa/main/clear.h | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/src/mesa/main/clear.h b/src/mesa/main/clear.h index 4c78eed..6657370 100644 --- a/src/mesa/main/clear.h +++ b/src/mesa/main/clear.h @@ -27,7 +27,7 @@ #define CLEAR_H -#include "main/mtypes.h" +#include "glheader.h" extern void GLAPIENTRY _______________________________________________ mesa-commit mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/mesa-commit
