From: Vinson Lee Date: Mon, 8 Nov 2010 04:54:33 +0000 (-0800) Subject: mesa: Clean up header file inclusion in depth.h. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=e0bbb8e5a4ef39a8108a95c75bda98a4e03dfae7;p=mesa.git mesa: Clean up header file inclusion in depth.h. --- 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