summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorH. Peter Anvin <hpa@linux.intel.com>2016-02-17 14:44:19 -0800
committerH. Peter Anvin <hpa@linux.intel.com>2016-02-17 14:44:19 -0800
commit86e31129f71a033fc06201d4ef51d6893355ac42 (patch)
tree76e64407f7913fbb571f2e91258c9d64669faae6
parent4b70bc25043af4030e3010b5a5c3e8ca5dbecaf9 (diff)
downloadnasm-86e31129f71a033fc06201d4ef51d6893355ac42.tar.gz
outelf32: remove unused header file
Remove unused instance of <limits.h>. Signed-off-by: H. Peter Anvin <hpa@linux.intel.com>
-rw-r--r--output/outelf32.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/output/outelf32.c b/output/outelf32.c
index 67375386..85536047 100644
--- a/output/outelf32.c
+++ b/output/outelf32.c
@@ -43,7 +43,6 @@
#include <string.h>
#include <ctype.h>
#include <inttypes.h>
-#include <limits.h>
#include "nasm.h"
#include "nasmlib.h"