swrast: s/GLint/GLuint/ to silence MSVC signed/unsigned comparison warning
[mesa.git] / src / mesa / x86 / sse.c
index 4b016a1e85060444efa3d995acfd074942ff45e1..aef15b53152978d324f2d5f285ae191c5c3e32cf 100644 (file)
  * Andre Werthmann <wertmann@cs.uni-potsdam.de>
  */
 
-#include "glheader.h"
-#include "context.h"
+#include "main/glheader.h"
+#include "main/context.h"
 #include "math/m_xform.h"
 #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"