From: Vinson Lee Date: Sat, 4 Dec 2010 09:29:50 +0000 (-0800) Subject: mesa: Clean up header file inclusion in texobj.h. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=09fba30fded4505e2cc5a93fd84cb1a73b7320a7;p=mesa.git mesa: Clean up header file inclusion in texobj.h. --- diff --git a/src/mesa/main/texobj.h b/src/mesa/main/texobj.h index 821b35caa36..9e3bf50147a 100644 --- a/src/mesa/main/texobj.h +++ b/src/mesa/main/texobj.h @@ -32,8 +32,9 @@ #define TEXTOBJ_H -#include "mtypes.h" +#include "glheader.h" +struct gl_context; /** * \name Internal functions