From b6215d18b59f675fba027f87f9f41a6204bd5ccd Mon Sep 17 00:00:00 2001 From: Vinson Lee Date: Sat, 20 Nov 2010 21:23:35 -0800 Subject: mesa: Clean up header file inclusion in readpix.h. --- src/mesa/main/readpix.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/mesa/main/readpix.h') diff --git a/src/mesa/main/readpix.h b/src/mesa/main/readpix.h index 0753e619fe..fd25e703e0 100644 --- a/src/mesa/main/readpix.h +++ b/src/mesa/main/readpix.h @@ -27,8 +27,9 @@ #define READPIXELS_H -#include "main/mtypes.h" +#include "glheader.h" +struct gl_context; extern GLboolean _mesa_error_check_format_type(struct gl_context *ctx, GLenum format, GLenum type, -- cgit v1.2.3