summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--MdePkg/Include/DxeCore.h2
-rw-r--r--MdePkg/Include/Peim/PeiCis.h2
-rw-r--r--MdePkg/Include/Uefi.h6
3 files changed, 0 insertions, 10 deletions
diff --git a/MdePkg/Include/DxeCore.h b/MdePkg/Include/DxeCore.h
index 4a4f637..f4f57f5 100644
--- a/MdePkg/Include/DxeCore.h
+++ b/MdePkg/Include/DxeCore.h
@@ -45,6 +45,4 @@ WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
#include <Common/UefiBaseTypes.h>
#include <Dxe/DxeCis.h>
-#include <Protocol/Pcd.h>
-
#endif
diff --git a/MdePkg/Include/Peim/PeiCis.h b/MdePkg/Include/Peim/PeiCis.h
index bb7847d..5578648 100644
--- a/MdePkg/Include/Peim/PeiCis.h
+++ b/MdePkg/Include/Peim/PeiCis.h
@@ -608,6 +608,4 @@ typedef struct {
#include <Ppi/StatusCode.h>
#include <Protocol/FirmwareVolumeBlock.h>
-#include <Protocol/Pcd.h>
-
#endif
diff --git a/MdePkg/Include/Uefi.h b/MdePkg/Include/Uefi.h
index 7c9c748..bb25995 100644
--- a/MdePkg/Include/Uefi.h
+++ b/MdePkg/Include/Uefi.h
@@ -49,10 +49,4 @@ WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
#include <Common/UefiBaseTypes.h>
#include <Uefi/UefiSpec.h>
-
-//
-// All module types types have access to PCD for build support
-//
-#include <Protocol/Pcd.h>
-
#endif