diff options
author | Vinson Lee <[email protected]> | 2010-08-03 00:41:19 -0700 |
---|---|---|
committer | Vinson Lee <[email protected]> | 2010-08-03 00:41:19 -0700 |
commit | 19f7db9c9cfa75f05bb92114bbca15cb3c668dc8 (patch) | |
tree | ac0ac4ab997df2683ae61511f041014438f20961 /src | |
parent | 29495bbb84a4f4517b108f2e88e0edc60bb4a341 (diff) |
mesa: Reduce header file inclusion in m_translate.h.
m_translate.h does not use any additional symbols added by config.h.
Diffstat (limited to 'src')
-rw-r--r-- | src/mesa/math/m_translate.h | 3 |
1 files changed, 2 insertions, 1 deletions
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 */ |