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-Tag: mesa-7.10~214 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=09fba30fded4505e2cc5a93fd84cb1a73b7320a7;p=platform%2Fupstream%2Fmesa.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 821b35c..9e3bf50 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