x86: Remove unnecessary header from 3dnow.h.
authorVinson Lee <vlee@vmware.com>
Mon, 16 Aug 2010 06:10:42 +0000 (23:10 -0700)
committerVinson Lee <vlee@vmware.com>
Mon, 16 Aug 2010 06:10:42 +0000 (23:10 -0700)
src/mesa/x86/3dnow.h

index df9f263..1c1fedc 100644 (file)
@@ -31,8 +31,6 @@
 #ifndef __3DNOW_H__
 #define __3DNOW_H__
 
-#include "math/m_xform.h"
-
 void _mesa_init_3dnow_transform_asm( void );
 
 #endif