swrast: s/GLint/GLuint/ to silence MSVC signed/unsigned comparison warning
[mesa.git] / src / mesa / x86 / sse.h
index 521f91e41179b1c2bb6a3436039b65d30bbda854..e92ddc1394103bf2334d5bc9453f46fe6f8880d6 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