mesa: remove unneeded x86.h header

This commit is contained in:
Brian Paul 2009-03-04 15:46:36 -07:00
parent 8538f64d09
commit dd9af78650
2 changed files with 0 additions and 2 deletions

View 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

View 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"