diff options
Diffstat (limited to 'netboot.c')
-rw-r--r-- | netboot.c | 4 |
1 files changed, 1 insertions, 3 deletions
@@ -33,10 +33,8 @@ * Corporation. */ -#include <efi.h> -#include <efilib.h> -#include <string.h> #include "shim.h" +#include <string.h> #include "netboot.h" #include "str.h" |