Mesa (master): mesa: Clean up header file inclusion in m_xform.h.

Vinson Lee vlee at kemper.freedesktop.org
Tue Aug 3 07:53:42 UTC 2010


Module: Mesa
Branch: master
Commit: 816ad9bc23e22950a1740de1d70c2c9ebbdda724
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=816ad9bc23e22950a1740de1d70c2c9ebbdda724

Author: Vinson Lee <vlee at vmware.com>
Date:   Tue Aug  3 00:51:51 2010 -0700

mesa: Clean up header file inclusion in m_xform.h.

Include compiler.h for CONST symbol.

Remove config.h as m_xform.h uses no additional symbols from config.h.

---

 src/mesa/math/m_xform.h |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/mesa/math/m_xform.h b/src/mesa/math/m_xform.h
index 33421ad..14ac956 100644
--- a/src/mesa/math/m_xform.h
+++ b/src/mesa/math/m_xform.h
@@ -27,10 +27,10 @@
 #define _M_XFORM_H
 
 
+#include "main/compiler.h"
 #include "main/glheader.h"
-#include "main/config.h"
-#include "math/m_vector.h"
 #include "math/m_matrix.h"
+#include "math/m_vector.h"
 
 #ifdef USE_X86_ASM
 #define _XFORMAPI _ASMAPI




More information about the mesa-commit mailing list