summaryrefslogtreecommitdiff
path: root/include/errors.h
diff options
context:
space:
mode:
authorPeter Jones <pjones@redhat.com>2021-02-14 14:48:10 -0500
committerPeter Jones <pjones@redhat.com>2021-02-25 10:15:14 -0500
commit46adaaf3cf7cc853790343dd7f14a42c80078b28 (patch)
treed2cc135a9f1a46b570ef9bc75febc83020cc0e9d /include/errors.h
parent1a6f9b807d2fad469035b25156cac94afda28751 (diff)
downloadefi-boot-shim-46adaaf3cf7cc853790343dd7f14a42c80078b28.tar.gz
efi-boot-shim-46adaaf3cf7cc853790343dd7f14a42c80078b28.zip
includes: include all gnu-efi includes at one place.
Signed-off-by: Peter Jones <pjones@redhat.com>
Diffstat (limited to 'include/errors.h')
-rw-r--r--include/errors.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/include/errors.h b/include/errors.h
index 1c6cf528..67d821e0 100644
--- a/include/errors.h
+++ b/include/errors.h
@@ -3,8 +3,6 @@
#ifndef SHIM_ERRORS_H
#define SHIM_ERRORS_H
-#include <efierr.h>
-
#ifndef EFI_INCOMPATIBLE_VERSION
#define EFI_INCOMPATIBLE_VERSION EFIERR(25)
#endif