From: Vinson Lee Date: Tue, 9 Nov 2010 08:51:41 +0000 (-0800) Subject: mesa: Clean up header file inclusion in fbobject.h. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=6121730e74ed4ff80569cfa496721afbf8ee7d22;p=mesa.git mesa: Clean up header file inclusion in fbobject.h. --- diff --git a/src/mesa/main/fbobject.h b/src/mesa/main/fbobject.h index 9e18e538a6f..2aace2ebd4b 100644 --- a/src/mesa/main/fbobject.h +++ b/src/mesa/main/fbobject.h @@ -26,7 +26,10 @@ #ifndef FBOBJECT_H #define FBOBJECT_H -#include "mtypes.h" +#include "glheader.h" + +struct gl_context; +struct gl_texture_object; extern void _mesa_init_fbobjects(struct gl_context *ctx);