x86: Remove unnecessary header from 3dnow.h.

This commit is contained in:
Vinson Lee 2010-08-15 23:10:42 -07:00
parent 15c7ce867c
commit 51f979c347
1 changed files with 0 additions and 2 deletions

View File

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