Module: Mesa Branch: master Commit: b35d3b33e70ac6b2583c2099e22fe6162711228a URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=b35d3b33e70ac6b2583c2099e22fe6162711228a
Author: Vinson Lee <[email protected]> Date: Tue Nov 9 00:58:46 2010 -0800 mesa: Clean up header file inclusion in fog.h. --- src/mesa/main/fog.h | 5 ++++- 1 files changed, 4 insertions(+), 1 deletions(-) diff --git a/src/mesa/main/fog.h b/src/mesa/main/fog.h index 7df4f0b..9191a4a 100644 --- a/src/mesa/main/fog.h +++ b/src/mesa/main/fog.h @@ -37,7 +37,10 @@ #define FOG_H -#include "mtypes.h" +#include "glheader.h" +#include "mfeatures.h" + +struct gl_context; #if _HAVE_FULL_GL _______________________________________________ mesa-commit mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/mesa-commit
