diff options
author | H. Peter Anvin <hpa@zytor.com> | 2007-04-12 17:58:02 +0000 |
---|---|---|
committer | H. Peter Anvin <hpa@zytor.com> | 2007-04-12 17:58:02 +0000 |
commit | adb9d5567821a1f87a2bcef746fde001a58c07b6 (patch) | |
tree | fe3d4c405b619a7d08beea19a04446a0724749a9 /rdoff | |
parent | 038d861eded9bfc75529e23ba8d5d6edd5e3ef98 (diff) | |
download | nasm-adb9d5567821a1f87a2bcef746fde001a58c07b6.tar.gz nasm-adb9d5567821a1f87a2bcef746fde001a58c07b6.tar.bz2 nasm-adb9d5567821a1f87a2bcef746fde001a58c07b6.zip |
Remove redundant inclusion of <inttypes.h>
"hash.h" includes <inttypes.h>, no need to do it again.
Diffstat (limited to 'rdoff')
-rw-r--r-- | rdoff/hash.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/rdoff/hash.c b/rdoff/hash.c index 741c9e8..34a8edc 100644 --- a/rdoff/hash.c +++ b/rdoff/hash.c @@ -8,8 +8,6 @@ * distributed in the NASM archive. */ -#include <inttypes.h> - #include "hash.h" const uint32_t consttab[] = { |