OSDN Git Service

x86: Remove unnecessary header from sse.h.
authorVinson Lee <vlee@vmware.com>
Mon, 16 Aug 2010 07:26:10 +0000 (00:26 -0700)
committerVinson Lee <vlee@vmware.com>
Mon, 16 Aug 2010 07:26:10 +0000 (00:26 -0700)
src/mesa/x86/sse.h

index 521f91e..e92ddc1 100644 (file)
@@ -31,8 +31,6 @@
 #ifndef __SSE_H__
 #define __SSE_H__
 
-#include "math/m_xform.h"
-
 void _mesa_init_sse_transform_asm( void );
 
 #endif