From: Vinson Lee Date: Sun, 21 Nov 2010 06:30:27 +0000 (-0800) Subject: mesa: Clean up header file inclusion in shared.h. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=9732a93f402453a8bda8923b856e7bbde53ad3b2;p=mesa.git mesa: Clean up header file inclusion in shared.h. --- diff --git a/src/mesa/main/shared.h b/src/mesa/main/shared.h index 43f8a388e6f..768d69f6942 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);