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 --- httpboot.c | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) (limited to 'httpboot.c') diff --git a/httpboot.c b/httpboot.c index ecb12473..3493183c 100644 --- a/httpboot.c +++ b/httpboot.c @@ -33,11 +33,8 @@ #include #include -#include "str.h" -#include "console.h" -#include "Http.h" -#include "Ip4Config2.h" -#include "Ip6Config.h" + +#include "shim.h" #define perror(fmt, ...) ({ \ UINTN __perror_ret = 0; \ -- cgit v1.2.3