summaryrefslogtreecommitdiff
path: root/src/mesa/main/rastpos.h
diff options
context:
space:
mode:
authorVinson Lee <vlee@vmware.com>2010-11-20 21:14:06 -0800
committerVinson Lee <vlee@vmware.com>2010-11-20 21:14:06 -0800
commitbab188d22f033dd64f1ee4e50163131087ecff97 (patch)
tree6949a3bc1ad5a87cabc2a732684c01f81ca5d40e /src/mesa/main/rastpos.h
parent9b66305b8d41a470faac8f8de7dfd99330801385 (diff)
mesa: Clean up header file inclusion in rastpos.h.
Diffstat (limited to 'src/mesa/main/rastpos.h')
-rw-r--r--src/mesa/main/rastpos.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/mesa/main/rastpos.h b/src/mesa/main/rastpos.h
index 9b508eaedf..d113906f41 100644
--- a/src/mesa/main/rastpos.h
+++ b/src/mesa/main/rastpos.h
@@ -32,8 +32,11 @@
#define RASTPOS_H
-#include "main/mtypes.h"
+#include "compiler.h"
+#include "mfeatures.h"
+struct _glapi_table;
+struct gl_context;
#if FEATURE_rastpos