From 09fba30fded4505e2cc5a93fd84cb1a73b7320a7 Mon Sep 17 00:00:00 2001 From: Vinson Lee Date: Sat, 4 Dec 2010 01:29:50 -0800 Subject: mesa: Clean up header file inclusion in texobj.h. --- src/mesa/main/texobj.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/mesa/main/texobj.h') diff --git a/src/mesa/main/texobj.h b/src/mesa/main/texobj.h index 821b35caa3..9e3bf50147 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 -- cgit v1.2.3