From 90394b2d96a3cfd42080ba179b631739575dcfcb Mon Sep 17 00:00:00 2001 From: Vinson Lee Date: Tue, 9 Nov 2010 05:00:44 -0800 Subject: [PATCH] mesa: Clean up header file inclusion in image.h. --- src/mesa/main/image.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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 ); -- 2.30.2