summaryrefslogtreecommitdiff
path: root/netboot.c
diff options
context:
space:
mode:
authorPeter Jones <pjones@redhat.com>2017-09-08 16:28:33 -0400
committerPeter Jones <pjones@redhat.com>2017-09-13 15:18:28 -0400
commit25f6fd08cd2652536371308e5d38ab4baadf6783 (patch)
tree9def34bec26fc185beb627beb637fd8947826e88 /netboot.c
parent00753a0a288dec5a8d7ccdb6290bbd6a306059a6 (diff)
downloadefi-boot-shim-25f6fd08cd2652536371308e5d38ab4baadf6783.tar.gz
efi-boot-shim-25f6fd08cd2652536371308e5d38ab4baadf6783.zip
try to show errors more usefully.
Signed-off-by: Peter Jones <pjones@redhat.com>
Diffstat (limited to 'netboot.c')
-rw-r--r--netboot.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/netboot.c b/netboot.c
index 1cc1a2b8..e5ef7d72 100644
--- a/netboot.c
+++ b/netboot.c
@@ -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"