Merge branch 'mesa_7_7_branch'
[mesa.git] / src / mesa / x86 / 3dnow.c
index 4122ee4b0072a5199f2ce41ce8ee0f672b7a3477..de2fb1e2aadb349ed14270777dd53469a0d4cc18 100644 (file)
  * Holger Waechtler <holger@akaflieg.extern.tu-berlin.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 "3dnow.h"
-#include "common_x86_macros.h"
+#include "x86_xform.h"
 
 #ifdef DEBUG_MATH
 #include "math/m_debug.h"