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 --- misc/omfdump.c | 1 - misc/xcrcgen.c | 1 - 2 files changed, 2 deletions(-) (limited to 'misc') diff --git a/misc/omfdump.c b/misc/omfdump.c index b990b68e..b27e7c90 100644 --- a/misc/omfdump.c +++ b/misc/omfdump.c @@ -14,7 +14,6 @@ #include #include #include -#include #include #include diff --git a/misc/xcrcgen.c b/misc/xcrcgen.c index acfd48e0..01984800 100644 --- a/misc/xcrcgen.c +++ b/misc/xcrcgen.c @@ -8,7 +8,6 @@ #include #include #include -#include #include static uint8_t get_random_byte(void) -- cgit v1.2.1