Skip to content

Commit

Permalink
srcfile.c: remove unnecessary #include's
Browse files Browse the repository at this point in the history
Remove #include's inherited from nasmlib.c which aren't needed in this
file.

Signed-off-by: H. Peter Anvin <[email protected]>
  • Loading branch information
H. Peter Anvin committed May 10, 2016
1 parent cfbdc3c commit acb4860
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions srcfile.c
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit acb4860

Please sign in to comment.