summaryrefslogtreecommitdiff
path: root/netboot.c
diff options
context:
space:
mode:
Diffstat (limited to 'netboot.c')
-rw-r--r--netboot.c3
1 files changed, 1 insertions, 2 deletions
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 <string.h>
-#include "netboot.h"
-#include "str.h"
#define ntohs(x) __builtin_bswap16(x) /* supported both by GCC and clang */
#define htons(x) ntohs(x)