mesa: Do copy propagation across if-else-endif.
[mesa.git] / src / mesa / x86 / sse.h
index 98146a90478725298e3a998eb8a0a701ad00f819..e92ddc1394103bf2334d5bc9453f46fe6f8880d6 100644 (file)
@@ -1,4 +1,3 @@
-/* $Id: sse.h,v 1.2 2002/04/09 14:58:03 keithw Exp $ */
 
 /*
  * Mesa 3-D graphics library
@@ -32,8 +31,6 @@
 #ifndef __SSE_H__
 #define __SSE_H__
 
-#include "math/m_xform.h"
-
 void _mesa_init_sse_transform_asm( void );
 
 #endif