summaryrefslogtreecommitdiff
path: root/src/mesa/x86/3dnow_xform2.S
diff options
context:
space:
mode:
authorJosé Fonseca <jrfonseca@tungstengraphics.com>2008-06-04 23:55:55 +0900
committerKeith Whitwell <keith@tungstengraphics.com>2008-09-21 09:44:37 -0700
commit3474e9de924d92a941b4ea33ecc694f5fad2651f (patch)
tree6fb1032b86eae4ad750fda8c4ace5d5cab82fb52 /src/mesa/x86/3dnow_xform2.S
parent6b146214dc16b441376d8dcaba21bcc4256a2402 (diff)
mesa: Remove assyntax.h include from generated matypes.h.
matypes.h doesn't really depend on assyntax.h; assyntax.h is only present on x86; and this way we remove the need of grep being available (which is relevant for scons and non-unix platforms). (cherry picked from commit fc286ff3ba089af5f1aca2d35b93b53a9383b1cf)
Diffstat (limited to 'src/mesa/x86/3dnow_xform2.S')
-rw-r--r--src/mesa/x86/3dnow_xform2.S1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mesa/x86/3dnow_xform2.S b/src/mesa/x86/3dnow_xform2.S
index d9e96d04e2..639f5d9b8b 100644
--- a/src/mesa/x86/3dnow_xform2.S
+++ b/src/mesa/x86/3dnow_xform2.S
@@ -25,6 +25,7 @@
*/
#ifdef USE_3DNOW_ASM
+#include "assyntax.h"
#include "matypes.h"
#include "xform_args.h"