summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/errors.h2
-rw-r--r--include/guid.h2
-rw-r--r--include/ip4config2.h2
-rw-r--r--include/ip6config.h2
-rw-r--r--include/tpm.h2
5 files changed, 0 insertions, 10 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
diff --git a/include/guid.h b/include/guid.h
index 114e8707..07a19a91 100644
--- a/include/guid.h
+++ b/include/guid.h
@@ -3,8 +3,6 @@
#ifndef SHIM_GUID_H
#define SHIM_GUID_H
-#include <efi.h>
-
extern EFI_GUID BDS_GUID;
extern EFI_GUID GV_GUID;
extern EFI_GUID SIG_DB;
diff --git a/include/ip4config2.h b/include/ip4config2.h
index 0955bc26..8fd8dfcb 100644
--- a/include/ip4config2.h
+++ b/include/ip4config2.h
@@ -9,8 +9,6 @@
#ifndef SHIM_IP4CONFIG2_H
#define SHIM_IP4CONFIG2_H
-#include <efiip.h>
-
typedef struct _EFI_IP4_CONFIG2_PROTOCOL EFI_IP4_CONFIG2_PROTOCOL;
diff --git a/include/ip6config.h b/include/ip6config.h
index 8d9025b7..58cef532 100644
--- a/include/ip6config.h
+++ b/include/ip6config.h
@@ -8,8 +8,6 @@
#ifndef SHIM_IP6CONFIG_H
#define SHIM_IP6CONFIG_H
-#include <efiip.h>
-
typedef struct _EFI_IP6_CONFIG_PROTOCOL EFI_IP6_CONFIG_PROTOCOL;
///
diff --git a/include/tpm.h b/include/tpm.h
index cab1939a..877d4f93 100644
--- a/include/tpm.h
+++ b/include/tpm.h
@@ -3,8 +3,6 @@
#ifndef SHIM_TPM_H
#define SHIM_TPM_H
-#include <efilib.h>
-
#define TPM_ALG_SHA 0x00000004
EFI_STATUS tpm_log_event(EFI_PHYSICAL_ADDRESS buf, UINTN size, UINT8 pcr,