mesa: Reduce header file inclusion in m_translate.h.
authorVinson Lee <vlee@vmware.com>
Tue, 3 Aug 2010 07:41:19 +0000 (00:41 -0700)
committerVinson Lee <vlee@vmware.com>
Tue, 3 Aug 2010 07:41:19 +0000 (00:41 -0700)
m_translate.h does not use any additional symbols added by config.h.

src/mesa/math/m_translate.h

index c677682d5060d616f8777b384d68190284fc2339..58041031163deb524b387a33dcea32389f2cf296 100644 (file)
@@ -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 */