From 5953eac7ac8c161067c0ca0a9019e83cd40cb58b Mon Sep 17 00:00:00 2001 From: Vinson Lee Date: Sun, 7 Nov 2010 20:57:32 -0800 Subject: [PATCH] mesa: Clean up header file inclusion in depthstencil.h. --- src/mesa/main/depthstencil.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/mesa/main/depthstencil.h b/src/mesa/main/depthstencil.h index 4db5868..ef63c5d 100644 --- a/src/mesa/main/depthstencil.h +++ b/src/mesa/main/depthstencil.h @@ -26,7 +26,7 @@ #ifndef DEPTHSTENCIL_H #define DEPTHSTENCIL_H -#include "mtypes.h" +struct gl_context; extern struct gl_renderbuffer * _mesa_new_z24_renderbuffer_wrapper(struct gl_context *ctx, -- 2.7.4