From: Vinson Lee Date: Tue, 3 Aug 2010 07:41:19 +0000 (-0700) Subject: mesa: Reduce header file inclusion in m_translate.h. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=19f7db9c9cfa75f05bb92114bbca15cb3c668dc8;p=mesa.git mesa: Reduce header file inclusion in m_translate.h. m_translate.h does not use any additional symbols added by config.h. --- diff --git a/src/mesa/math/m_translate.h b/src/mesa/math/m_translate.h index c677682d506..58041031163 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 */