From f657ac951defd13ef9c24bff3f95e722d1bbbd6f Mon Sep 17 00:00:00 2001 From: Vinson Lee Date: Sat, 4 Dec 2010 01:20:28 -0800 Subject: mesa: Clean up header file inclusion in texgetimage.h. --- src/mesa/main/texgetimage.h | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/src/mesa/main/texgetimage.h b/src/mesa/main/texgetimage.h index 81a3bbbd9a..ef420ddabf 100644 --- a/src/mesa/main/texgetimage.h +++ b/src/mesa/main/texgetimage.h @@ -27,7 +27,11 @@ #ifndef TEXGETIMAGE_H #define TEXGETIMAGE_H -#include "mtypes.h" +#include "glheader.h" + +struct gl_context; +struct gl_texture_image; +struct gl_texture_object; extern void _mesa_get_teximage(struct gl_context *ctx, GLenum target, GLint level, -- cgit v1.2.3