From 0be44c94065063a3ee4eaab30d01f68c734773e6 Mon Sep 17 00:00:00 2001 From: Vinson Lee Date: Sun, 7 Nov 2010 21:09:32 -0800 Subject: [PATCH] mesa: Clean up header file inclusion in enable.h. --- src/mesa/main/enable.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/mesa/main/enable.h b/src/mesa/main/enable.h index 69e52b1..6d90c17 100644 --- a/src/mesa/main/enable.h +++ b/src/mesa/main/enable.h @@ -32,7 +32,9 @@ #define ENABLE_H -#include "mtypes.h" +#include "glheader.h" + +struct gl_context; extern void -- 2.7.4