From: Vinson Lee Date: Tue, 9 Nov 2010 09:04:22 +0000 (-0800) Subject: mesa: Clean up header file inclusion in framebuffer.h. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=63f1740a5d9a4ed36026da3e4c1370441218f919;p=mesa.git mesa: Clean up header file inclusion in framebuffer.h. --- diff --git a/src/mesa/main/framebuffer.h b/src/mesa/main/framebuffer.h index 13722ea457a..20e3ff56b55 100644 --- a/src/mesa/main/framebuffer.h +++ b/src/mesa/main/framebuffer.h @@ -26,7 +26,10 @@ #ifndef FRAMEBUFFER_H #define FRAMEBUFFER_H -#include "mtypes.h" +#include "glheader.h" + +struct gl_config; +struct gl_context; extern struct gl_framebuffer * _mesa_create_framebuffer(const struct gl_config *visual);