From: nasm-bot f. H. P. A. <hp...@li...> - 2016-05-10 16:03:20
|
Commit-ID: acb48602fc506e8073c477309db707978724b7a5 Gitweb: http://repo.or.cz/w/nasm.git?a=commitdiff;h=acb48602fc506e8073c477309db707978724b7a5 Author: H. Peter Anvin <hp...@li...> AuthorDate: Tue, 10 May 2016 09:01:10 -0700 Committer: H. Peter Anvin <hp...@li...> CommitDate: Tue, 10 May 2016 09:01:10 -0700 srcfile.c: remove unnecessary #include's Remove #include's inherited from nasmlib.c which aren't needed in this file. Signed-off-by: H. Peter Anvin <hp...@li...> --- srcfile.c | 4 ---- 1 file changed, 4 deletions(-) diff --git a/srcfile.c b/srcfile.c index e84a8fb..7bee017 100644 --- a/srcfile.c +++ b/srcfile.c @@ -37,11 +37,7 @@ #include "compiler.h" -#include <stdio.h> -#include <stdlib.h> #include <string.h> -#include <ctype.h> -#include <errno.h> #include <inttypes.h> #include "nasmlib.h" |