From 3f6b1756f865e012eff8ef0533e184fc5e9d4472 Mon Sep 17 00:00:00 2001 From: Vinson Lee Date: Sat, 13 Nov 2010 01:16:12 -0800 Subject: [PATCH] mesa: Clean up header file inclusion in points.h. --- src/mesa/main/points.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/mesa/main/points.h b/src/mesa/main/points.h index b222379..306a8a5 100644 --- a/src/mesa/main/points.h +++ b/src/mesa/main/points.h @@ -32,7 +32,9 @@ #define POINTS_H -#include "mtypes.h" +#include "glheader.h" + +struct gl_context; extern void GLAPIENTRY -- 2.7.4