From: Vinson Lee Date: Mon, 16 Aug 2010 06:10:42 +0000 (-0700) Subject: x86: Remove unnecessary header from 3dnow.h. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=51f979c347a86dfe322f276d4931c89f1682a445;p=mesa.git x86: Remove unnecessary header from 3dnow.h. --- diff --git a/src/mesa/x86/3dnow.h b/src/mesa/x86/3dnow.h index df9f2638d76..1c1fedcd4f3 100644 --- a/src/mesa/x86/3dnow.h +++ b/src/mesa/x86/3dnow.h @@ -31,8 +31,6 @@ #ifndef __3DNOW_H__ #define __3DNOW_H__ -#include "math/m_xform.h" - void _mesa_init_3dnow_transform_asm( void ); #endif