diff options
Diffstat (limited to 'IntelFrameworkModulePkg/Bus')
-rw-r--r-- | IntelFrameworkModulePkg/Bus/Pci/IdeBus/Dxe/idebus.inf | 12 | ||||
-rw-r--r-- | IntelFrameworkModulePkg/Bus/Pci/PciBus/Dxe/PciBus.inf | 3 |
2 files changed, 0 insertions, 15 deletions
diff --git a/IntelFrameworkModulePkg/Bus/Pci/IdeBus/Dxe/idebus.inf b/IntelFrameworkModulePkg/Bus/Pci/IdeBus/Dxe/idebus.inf index ecbb1623fd..d331321ea0 100644 --- a/IntelFrameworkModulePkg/Bus/Pci/IdeBus/Dxe/idebus.inf +++ b/IntelFrameworkModulePkg/Bus/Pci/IdeBus/Dxe/idebus.inf @@ -64,18 +64,6 @@ ################################################################################
#
-# Includes Section - list of Include locations that are required for
-# this module.
-#
-################################################################################
-
-[Includes]
- $(WORKSPACE)/MdePkg/Include
- $(WORKSPACE)/MdeModulePkg/Include
- $(WORKSPACE)/IntelFrameworkPkg/Include
-
-################################################################################
-#
# Package Dependency Section - list of Package files that are required for
# this module.
#
diff --git a/IntelFrameworkModulePkg/Bus/Pci/PciBus/Dxe/PciBus.inf b/IntelFrameworkModulePkg/Bus/Pci/PciBus/Dxe/PciBus.inf index db1ea24356..a5e7b8a168 100644 --- a/IntelFrameworkModulePkg/Bus/Pci/PciBus/Dxe/PciBus.inf +++ b/IntelFrameworkModulePkg/Bus/Pci/PciBus/Dxe/PciBus.inf @@ -77,9 +77,6 @@ PciIo.h
pcibus.h
-[Includes]
- IntelFrameworkModulePkg/Include
-
################################################################################
#
# Package Dependency Section - list of Package files that are required for
|