0
0
mirror of https://github.com/netwide-assembler/nasm.git synced 2025-09-22 10:43:39 -04:00

Move <string.h> inclusion to compiler.h

There is absolutely no reason not to include <string.h> globally, and
with the inline function for mempcpy() we need it there anyway.

Signed-off-by: H. Peter Anvin <hpa@zytor.com>
This commit is contained in:
H. Peter Anvin
2018-12-26 06:32:37 -08:00
parent 0a2b1c3498
commit 2e53f27e9d
46 changed files with 1 additions and 45 deletions

View File

@@ -10,7 +10,6 @@
#include <stdio.h>
#include <stdlib.h>
#include <stdarg.h>
#include <string.h>
#include "nasmlib.h"
#include "error.h"