From 2e53f27e9dbe8c02b39696569297c86e7cad323c Mon Sep 17 00:00:00 2001 From: "H. Peter Anvin" Date: Wed, 26 Dec 2018 06:32:37 -0800 Subject: Move inclusion to compiler.h There is absolutely no reason not to include globally, and with the inline function for mempcpy() we need it there anyway. Signed-off-by: H. Peter Anvin --- asm/stdscan.c | 1 - 1 file changed, 1 deletion(-) (limited to 'asm/stdscan.c') diff --git a/asm/stdscan.c b/asm/stdscan.c index 4f256fc6..27879259 100644 --- a/asm/stdscan.c +++ b/asm/stdscan.c @@ -35,7 +35,6 @@ #include #include -#include #include #include "nasm.h" -- cgit v1.2.1