summaryrefslogtreecommitdiff
path: root/src/mesa/tnl
diff options
context:
space:
mode:
authorVinson Lee <vlee@vmware.com>2010-12-30 00:46:13 -0800
committerVinson Lee <vlee@vmware.com>2010-12-30 00:46:13 -0800
commit9db97618744a585a808bd9d51943cd6532b4da4e (patch)
treea477eafbf655076e7282f144f80a35bd5b055511 /src/mesa/tnl
parent76db330e2ca2a3eef9e0428edcdccf0c8215c57d (diff)
tnl: Clean up header file inclusion in tnl.h.
Diffstat (limited to 'src/mesa/tnl')
-rw-r--r--src/mesa/tnl/tnl.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/mesa/tnl/tnl.h b/src/mesa/tnl/tnl.h
index 702efdc5cc..24a0c72500 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