projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2144f8e
)
x86: Remove unnecessary header from sse.h.
author
Vinson Lee
<vlee@vmware.com>
Mon, 16 Aug 2010 07:26:10 +0000
(
00:26
-0700)
committer
Vinson Lee
<vlee@vmware.com>
Mon, 16 Aug 2010 07:26:10 +0000
(
00:26
-0700)
src/mesa/x86/sse.h
patch
|
blob
|
history
diff --git
a/src/mesa/x86/sse.h
b/src/mesa/x86/sse.h
index 521f91e41179b1c2bb6a3436039b65d30bbda854..e92ddc1394103bf2334d5bc9453f46fe6f8880d6 100644
(file)
--- a/
src/mesa/x86/sse.h
+++ b/
src/mesa/x86/sse.h
@@
-31,8
+31,6
@@
#ifndef __SSE_H__
#define __SSE_H__
-#include "math/m_xform.h"
-
void _mesa_init_sse_transform_asm( void );
#endif