projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
19f7db9
)
mesa: Clean up header file inclusion in m_xform.h.
author
Vinson Lee
<vlee@vmware.com>
Tue, 3 Aug 2010 07:51:51 +0000
(
00:51
-0700)
committer
Vinson Lee
<vlee@vmware.com>
Tue, 3 Aug 2010 07:51:51 +0000
(
00:51
-0700)
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
patch
|
blob
|
history
diff --git
a/src/mesa/math/m_xform.h
b/src/mesa/math/m_xform.h
index 33421ad1c0af0c6c55e5b35f8bc8562e8bd8eab4..14ac956a7bc74a85241e1ab14927006f997d24a3 100644
(file)
--- 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