From: Vinson Lee Date: Mon, 8 Nov 2010 04:00:32 +0000 (-0800) Subject: mesa: Clean up header file inclusion in buffers.h. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=fdf317400721e086facbb8fd58307a92c385ed6b;p=mesa.git mesa: Clean up header file inclusion in buffers.h. --- diff --git a/src/mesa/main/buffers.h b/src/mesa/main/buffers.h index 36d6c8b6608..1404112c411 100644 --- a/src/mesa/main/buffers.h +++ b/src/mesa/main/buffers.h @@ -33,8 +33,9 @@ #define BUFFERS_H -#include "mtypes.h" +#include "glheader.h" +struct gl_context; extern void GLAPIENTRY _mesa_DrawBuffer( GLenum mode );