From: Vinson Lee Date: Tue, 9 Nov 2010 13:00:44 +0000 (-0800) Subject: mesa: Clean up header file inclusion in image.h. X-Git-Tag: android-x86-2.2~615 X-Git-Url: http://git.osdn.net/view?a=commitdiff_plain;h=90394b2d96a3cfd42080ba179b631739575dcfcb;p=android-x86%2Fexternal-mesa.git mesa: Clean up header file inclusion in image.h. --- diff --git a/src/mesa/main/image.h b/src/mesa/main/image.h index 023284a9fbc..005fbccbeb0 100644 --- a/src/mesa/main/image.h +++ b/src/mesa/main/image.h @@ -27,8 +27,10 @@ #define IMAGE_H -#include "mtypes.h" +#include "glheader.h" +struct gl_context; +struct gl_pixelstore_attrib; extern void _mesa_swap2( GLushort *p, GLuint n );