Module: Mesa Branch: master Commit: 09fba30fded4505e2cc5a93fd84cb1a73b7320a7 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=09fba30fded4505e2cc5a93fd84cb1a73b7320a7
Author: Vinson Lee <[email protected]> Date: Sat Dec 4 01:29:50 2010 -0800 mesa: Clean up header file inclusion in texobj.h. --- src/mesa/main/texobj.h | 3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) 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 _______________________________________________ mesa-commit mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/mesa-commit
