mesa: remove unneeded x86.h header
authorBrian Paul <brianp@vmware.com>
Wed, 4 Mar 2009 22:46:36 +0000 (15:46 -0700)
committerBrian Paul <brianp@vmware.com>
Wed, 4 Mar 2009 22:46:36 +0000 (15:46 -0700)
src/mesa/x86/common_x86_asm.h
src/mesa/x86/x86_xform.c

index c7cd11ab0528796d2e84e687b5912b4fbabd4bef..2e8868218718eae4c216358897019ee6ed11eec5 100644 (file)
@@ -43,7 +43,6 @@
 #include "common_x86_features.h"
 
 #ifdef USE_X86_ASM
-#include "x86.h"
 #ifdef USE_3DNOW_ASM
 #include "3dnow.h"
 #endif
index 9574ee5e1fdeabab4bf2ec5867f092c7fc6d2fc6..833d2cc1065e2c068a1c9323d83b2d096daab6f4 100644 (file)
@@ -32,7 +32,6 @@
 #include "math/m_xform.h"
 #include "tnl/t_context.h"
 
-#include "x86.h"
 #include "x86_xform.h"
 #include "common_x86_asm.h"