summaryrefslogtreecommitdiff
path: root/src/mesa/math
diff options
context:
space:
mode:
authorVinson Lee <vlee@vmware.com>2010-08-03 00:41:19 -0700
committerVinson Lee <vlee@vmware.com>2010-08-03 00:41:19 -0700
commit19f7db9c9cfa75f05bb92114bbca15cb3c668dc8 (patch)
treeac0ac4ab997df2683ae61511f041014438f20961 /src/mesa/math
parent29495bbb84a4f4517b108f2e88e0edc60bb4a341 (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/mesa/math')
-rw-r--r--src/mesa/math/m_translate.h3
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 */