Mesa (master): x86: Remove unnecessary header from 3dnow.h.

Vinson Lee vlee at kemper.freedesktop.org
Mon Aug 16 06:11:00 UTC 2010


Module: Mesa
Branch: master
Commit: 51f979c347a86dfe322f276d4931c89f1682a445
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=51f979c347a86dfe322f276d4931c89f1682a445

Author: Vinson Lee <vlee at vmware.com>
Date:   Sun Aug 15 23:10:42 2010 -0700

x86: Remove unnecessary header from 3dnow.h.

---

 src/mesa/x86/3dnow.h |    2 --
 1 files changed, 0 insertions(+), 2 deletions(-)

diff --git a/src/mesa/x86/3dnow.h b/src/mesa/x86/3dnow.h
index df9f263..1c1fedc 100644
--- 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




More information about the mesa-commit mailing list