swrast: s/GLint/GLuint/ to silence MSVC signed/unsigned comparison warning
[mesa.git] / src / mesa / x86 / sse.c
index 1c185387c6406fb56d124bfa67c2d0b9e26e1b9f..aef15b53152978d324f2d5f285ae191c5c3e32cf 100644 (file)
@@ -33,7 +33,7 @@
 #include "tnl/t_context.h"
 
 #include "sse.h"
-#include "common_x86_macros.h"
+#include "x86_xform.h"
 
 #ifdef DEBUG_MATH
 #include "math/m_debug.h"