summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorH. Peter Anvin <hpa@linux.intel.com>2016-05-10 09:01:10 -0700
committerH. Peter Anvin <hpa@linux.intel.com>2016-05-10 09:01:10 -0700
commitacb48602fc506e8073c477309db707978724b7a5 (patch)
treeb8bc79cf667398031bacb66479f986f69bb73339
parentcfbdc3c6fa7378355b7c1fd8f785af39fbd6765d (diff)
downloadnasm-acb48602fc506e8073c477309db707978724b7a5.tar.gz
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 <hpa@linux.intel.com>
-rw-r--r--srcfile.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/srcfile.c b/srcfile.c
index e84a8fb8..7bee0176 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"