From bab188d22f033dd64f1ee4e50163131087ecff97 Mon Sep 17 00:00:00 2001 From: Vinson Lee Date: Sat, 20 Nov 2010 21:14:06 -0800 Subject: mesa: Clean up header file inclusion in rastpos.h. --- src/mesa/main/rastpos.h | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'src/mesa/main/rastpos.h') 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 -- cgit v1.2.3