From: Vinson Lee Date: Mon, 16 Aug 2010 07:26:10 +0000 (-0700) Subject: x86: Remove unnecessary header from sse.h. X-Git-Tag: android-x86-2.2~2315 X-Git-Url: http://git.osdn.net/view?a=commitdiff_plain;h=3261c6c41edeed31fb6f667a7ba21b225b12323a;p=android-x86%2Fexternal-mesa.git x86: Remove unnecessary header from sse.h. --- diff --git a/src/mesa/x86/sse.h b/src/mesa/x86/sse.h index 521f91e4117..e92ddc13941 100644 --- a/src/mesa/x86/sse.h +++ b/src/mesa/x86/sse.h @@ -31,8 +31,6 @@ #ifndef __SSE_H__ #define __SSE_H__ -#include "math/m_xform.h" - void _mesa_init_sse_transform_asm( void ); #endif