From: nasm-bot f. H. P. A. <hp...@li...> - 2016-02-17 23:42:20
|
Commit-ID: 86e31129f71a033fc06201d4ef51d6893355ac42 Gitweb: http://repo.or.cz/w/nasm.git?a=commitdiff;h=86e31129f71a033fc06201d4ef51d6893355ac42 Author: H. Peter Anvin <hp...@li...> AuthorDate: Wed, 17 Feb 2016 14:44:19 -0800 Committer: H. Peter Anvin <hp...@li...> CommitDate: Wed, 17 Feb 2016 14:44:19 -0800 outelf32: remove unused header file Remove unused instance of <limits.h>. Signed-off-by: H. Peter Anvin <hp...@li...> --- output/outelf32.c | 1 - 1 file changed, 1 deletion(-) diff --git a/output/outelf32.c b/output/outelf32.c index 6737538..8553604 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" |