diff options
author | Vinson Lee <[email protected]> | 2010-12-04 01:29:50 -0800 |
---|---|---|
committer | Vinson Lee <[email protected]> | 2010-12-04 01:29:50 -0800 |
commit | 09fba30fded4505e2cc5a93fd84cb1a73b7320a7 (patch) | |
tree | fc0ca8b14e41b2eebe182119101f37f5c563b21e /src/mesa/main/texobj.h | |
parent | f657ac951defd13ef9c24bff3f95e722d1bbbd6f (diff) |
mesa: Clean up header file inclusion in texobj.h.
Diffstat (limited to 'src/mesa/main/texobj.h')
-rw-r--r-- | 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 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 |