diff options
author | Vinson Lee <[email protected]> | 2010-12-30 00:46:13 -0800 |
---|---|---|
committer | Vinson Lee <[email protected]> | 2010-12-30 00:46:13 -0800 |
commit | 9db97618744a585a808bd9d51943cd6532b4da4e (patch) | |
tree | a477eafbf655076e7282f144f80a35bd5b055511 /src/mesa/tnl/tnl.h | |
parent | 76db330e2ca2a3eef9e0428edcdccf0c8215c57d (diff) |
tnl: Clean up header file inclusion in tnl.h.
Diffstat (limited to 'src/mesa/tnl/tnl.h')
-rw-r--r-- | src/mesa/tnl/tnl.h | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/src/mesa/tnl/tnl.h b/src/mesa/tnl/tnl.h index 702efdc5cca..24a0c725008 100644 --- a/src/mesa/tnl/tnl.h +++ b/src/mesa/tnl/tnl.h @@ -28,8 +28,11 @@ #ifndef _TNL_H #define _TNL_H -#include "main/mtypes.h" +#include "main/glheader.h" +struct gl_client_array; +struct gl_context; +struct gl_program; /* These are the public-access functions exported from tnl. (A few |