From e0bbb8e5a4ef39a8108a95c75bda98a4e03dfae7 Mon Sep 17 00:00:00 2001 From: Vinson Lee Date: Sun, 7 Nov 2010 20:54:33 -0800 Subject: [PATCH] mesa: Clean up header file inclusion in depth.h. --- src/mesa/main/depth.h | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/src/mesa/main/depth.h b/src/mesa/main/depth.h index d61d3b121ba..b498a471534 100644 --- a/src/mesa/main/depth.h +++ b/src/mesa/main/depth.h @@ -32,7 +32,10 @@ #define DEPTH_H -#include "mtypes.h" +#include "glheader.h" +#include "mfeatures.h" + +struct gl_context; #if _HAVE_FULL_GL