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: 062012170305~8996 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=90394b2d96a3cfd42080ba179b631739575dcfcb;p=profile%2Fivi%2Fmesa.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 023284a..005fbcc 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 );