aboutsummaryrefslogtreecommitdiff
path: root/mesalib/src/mesa/math/m_xform.h
diff options
context:
space:
mode:
Diffstat (limited to 'mesalib/src/mesa/math/m_xform.h')
-rw-r--r--mesalib/src/mesa/math/m_xform.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/mesalib/src/mesa/math/m_xform.h b/mesalib/src/mesa/math/m_xform.h
index 33421ad1c..14ac956a7 100644
--- a/mesalib/src/mesa/math/m_xform.h
+++ b/mesalib/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