Module: Mesa Branch: master Commit: 5c2558884f497d24b3063afa72949a3f7d2a42c9 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=5c2558884f497d24b3063afa72949a3f7d2a42c9
Author: Vinson Lee <[email protected]> Date: Sun Nov 7 21:02:31 2010 -0800 mesa: Clean up header file inclusion in drawpix.h. --- src/mesa/main/drawpix.h | 5 ++++- 1 files changed, 4 insertions(+), 1 deletions(-) diff --git a/src/mesa/main/drawpix.h b/src/mesa/main/drawpix.h index 1f95ff5..31baa19 100644 --- a/src/mesa/main/drawpix.h +++ b/src/mesa/main/drawpix.h @@ -26,7 +26,10 @@ #define DRAWPIX_H -#include "main/mtypes.h" +#include "compiler.h" +#include "mfeatures.h" + +struct _glapi_table; #if FEATURE_drawpix _______________________________________________ mesa-commit mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/mesa-commit
