projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
15c7ce8
)
x86: Remove unnecessary header from 3dnow.h.
author
Vinson Lee
<vlee@vmware.com>
Mon, 16 Aug 2010 06:10:42 +0000
(23:10 -0700)
committer
Vinson Lee
<vlee@vmware.com>
Mon, 16 Aug 2010 06:10:42 +0000
(23:10 -0700)
src/mesa/x86/3dnow.h
patch
|
blob
|
history
diff --git
a/src/mesa/x86/3dnow.h
b/src/mesa/x86/3dnow.h
index df9f2638d76d684f31c61c009515ed4f9d1bb795..1c1fedcd4f3006c45cfc802bafb5d4187930b338 100644
(file)
--- a/
src/mesa/x86/3dnow.h
+++ b/
src/mesa/x86/3dnow.h
@@
-31,8
+31,6
@@
#ifndef __3DNOW_H__
#define __3DNOW_H__
-#include "math/m_xform.h"
-
void _mesa_init_3dnow_transform_asm( void );
#endif