From: Vinson Lee Date: Sat, 4 Dec 2010 09:11:33 +0000 (-0800) Subject: mesa: Clean up header file inclusion in texformat.h. X-Git-Tag: 062012170305~8509 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=0ed245bd579777e8ce80637e8935c81c2404fc39;p=profile%2Fivi%2Fmesa.git mesa: Clean up header file inclusion in texformat.h. --- diff --git a/src/mesa/main/texformat.h b/src/mesa/main/texformat.h index 8bd1507..3cf0921 100644 --- a/src/mesa/main/texformat.h +++ b/src/mesa/main/texformat.h @@ -27,9 +27,9 @@ #define TEXFORMAT_H -#include "mtypes.h" #include "formats.h" +struct gl_context; extern gl_format _mesa_choose_tex_format( struct gl_context *ctx, GLint internalFormat,