diff options
author | H. Peter Anvin <hpa@zytor.com> | 2002-09-12 16:34:06 +0000 |
---|---|---|
committer | H. Peter Anvin <hpa@zytor.com> | 2002-09-12 16:34:06 +0000 |
commit | 24cfef4f8f7ee01f841e86972001b06acae243ea (patch) | |
tree | a3489ab0d04671bb27847c9be3fad246d6bb2e85 /insns.pl | |
parent | 628168c50264147e1b8b200833f25a4e166f5cd8 (diff) | |
download | nasm-24cfef4f8f7ee01f841e86972001b06acae243ea.tar.gz nasm-24cfef4f8f7ee01f841e86972001b06acae243ea.tar.bz2 nasm-24cfef4f8f7ee01f841e86972001b06acae243ea.zip |
Clean up unnecessary dependencies.
Diffstat (limited to 'insns.pl')
-rw-r--r-- | insns.pl | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -69,7 +69,6 @@ if ( !defined($output) || $output eq 'a' ) { print A "/* This file auto-generated from insns.dat by insns.pl" . " - don't edit it */\n\n"; - print A "#include <stdio.h>\n"; print A "#include \"nasm.h\"\n"; print A "#include \"insns.h\"\n"; print A "\n"; @@ -98,7 +97,6 @@ if ( !defined($output) || $output eq 'd' ) { print D "/* This file auto-generated from insns.dat by insns.pl" . " - don't edit it */\n\n"; - print D "#include <stdio.h>\n"; print D "#include \"nasm.h\"\n"; print D "#include \"insns.h\"\n"; print D "\n"; |