From dc62a3c4dc3dd590fbba32c46b717088a132eb5e Mon Sep 17 00:00:00 2001 From: Peter Jones Date: Thu, 19 Oct 2017 15:44:12 -0400 Subject: Move includes around to clean the source tree up a bit. Signed-off-by: Peter Jones --- netboot.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'netboot.c') diff --git a/netboot.c b/netboot.c index 115663e7..25bdbc90 100644 --- a/netboot.c +++ b/netboot.c @@ -34,9 +34,8 @@ */ #include "shim.h" + #include -#include "netboot.h" -#include "str.h" #define ntohs(x) __builtin_bswap16(x) /* supported both by GCC and clang */ #define htons(x) ntohs(x) -- cgit v1.2.3