diff options
author | Vinson Lee <[email protected]> | 2010-11-20 21:14:06 -0800 |
---|---|---|
committer | Vinson Lee <[email protected]> | 2010-11-20 21:14:06 -0800 |
commit | bab188d22f033dd64f1ee4e50163131087ecff97 (patch) | |
tree | 6949a3bc1ad5a87cabc2a732684c01f81ca5d40e /src/mesa | |
parent | 9b66305b8d41a470faac8f8de7dfd99330801385 (diff) |
mesa: Clean up header file inclusion in rastpos.h.
Diffstat (limited to 'src/mesa')
-rw-r--r-- | src/mesa/main/rastpos.h | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/src/mesa/main/rastpos.h b/src/mesa/main/rastpos.h index 9b508eaedf5..d113906f410 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 |