Module: Mesa Branch: master Commit: 9732a93f402453a8bda8923b856e7bbde53ad3b2 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=9732a93f402453a8bda8923b856e7bbde53ad3b2
Author: Vinson Lee <[email protected]> Date: Sat Nov 20 22:30:27 2010 -0800 mesa: Clean up header file inclusion in shared.h. --- src/mesa/main/shared.h | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/src/mesa/main/shared.h b/src/mesa/main/shared.h index 43f8a38..768d69f 100644 --- a/src/mesa/main/shared.h +++ b/src/mesa/main/shared.h @@ -25,7 +25,7 @@ #ifndef SHARED_H #define SHARED_H -#include "mtypes.h" +struct gl_context; struct gl_shared_state * _mesa_alloc_shared_state(struct gl_context *ctx); _______________________________________________ mesa-commit mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/mesa-commit
