mirror of
https://github.com/netwide-assembler/nasm
synced 2026-08-26 16:23:04 -04:00
Remove #includes already provided by "compiler.h"
"compiler.h" already includes a bunch of common include files. There is absolutely no reason to duplicate them in individual files, and in fact it robs us of central control of how these files are used. Signed-off-by: H. Peter Anvin <hpa@zytor.com>
This commit is contained in:
parent
c2f3f26015
commit
8960e1bc83
40 changed files with 0 additions and 87 deletions
|
|
@ -38,9 +38,6 @@
|
|||
#include "version.h"
|
||||
#include "compiler.h"
|
||||
|
||||
#include <stdio.h>
|
||||
#include <stddef.h>
|
||||
#include <stdlib.h>
|
||||
|
||||
#include "nasm.h"
|
||||
#include "nasmlib.h"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue