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 df9f2638d76d684f31c61c009515ed4f9d1bb795..1c1fedcd4f3006c45cfc802bafb5d4187930b338 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