x86: Remove unnecessary header from sse.h.

This commit is contained in:
Vinson Lee 2010-08-16 00:26:10 -07:00
parent 2144f8e95e
commit 3261c6c41e

View file

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