diff options
author | José Fonseca <[email protected]> | 2008-06-04 23:55:55 +0900 |
---|---|---|
committer | José Fonseca <[email protected]> | 2008-06-04 23:58:44 +0900 |
commit | fc286ff3ba089af5f1aca2d35b93b53a9383b1cf (patch) | |
tree | c499ead25b6e798268d2a106d0672210fd79dff0 /src/mesa/x86/x86_xform3.S | |
parent | 8223add3304451d5e75737a6d1be1739e4517943 (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).
Diffstat (limited to 'src/mesa/x86/x86_xform3.S')
-rw-r--r-- | src/mesa/x86/x86_xform3.S | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mesa/x86/x86_xform3.S b/src/mesa/x86/x86_xform3.S index 067ddd7d7cf..1c782f1c5c4 100644 --- a/src/mesa/x86/x86_xform3.S +++ b/src/mesa/x86/x86_xform3.S @@ -29,6 +29,7 @@ * in there will break the build on some platforms. */ +#include "assyntax.h" #include "matypes.h" #include "xform_args.h" |