From 7e54c4a646801cbe8f2310bf516c32faa35eb971 Mon Sep 17 00:00:00 2001 From: Vinson Lee Date: Thu, 29 Jul 2010 18:15:41 -0700 Subject: mesa: Reduce clear.h header file inclusion. --- src/mesa/main/clear.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/mesa/main/clear.h') diff --git a/src/mesa/main/clear.h b/src/mesa/main/clear.h index 4c78eeda48..6657370c4b 100644 --- a/src/mesa/main/clear.h +++ b/src/mesa/main/clear.h @@ -27,7 +27,7 @@ #define CLEAR_H -#include "main/mtypes.h" +#include "glheader.h" extern void GLAPIENTRY -- cgit v1.2.3