From 19f7db9c9cfa75f05bb92114bbca15cb3c668dc8 Mon Sep 17 00:00:00 2001 From: Vinson Lee Date: Tue, 3 Aug 2010 00:41:19 -0700 Subject: mesa: Reduce header file inclusion in m_translate.h. m_translate.h does not use any additional symbols added by config.h. --- src/mesa/math/m_translate.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/mesa/math') diff --git a/src/mesa/math/m_translate.h b/src/mesa/math/m_translate.h index c677682d50..5804103116 100644 --- a/src/mesa/math/m_translate.h +++ b/src/mesa/math/m_translate.h @@ -26,7 +26,8 @@ #ifndef _M_TRANSLATE_H_ #define _M_TRANSLATE_H_ -#include "main/config.h" +#include "main/compiler.h" +#include "main/glheader.h" #include "main/mtypes.h" /* hack for GLchan */ -- cgit v1.2.3