From 0ed245bd579777e8ce80637e8935c81c2404fc39 Mon Sep 17 00:00:00 2001 From: Vinson Lee Date: Sat, 4 Dec 2010 01:11:33 -0800 Subject: [PATCH] mesa: Clean up header file inclusion in texformat.h. --- src/mesa/main/texformat.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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, -- 2.7.4