diff options
Diffstat (limited to 'Nt32Pkg/WinNtBlockIoDxe')
-rw-r--r-- | Nt32Pkg/WinNtBlockIoDxe/WinNtBlockIo.inf | 12 |
1 files changed, 1 insertions, 11 deletions
diff --git a/Nt32Pkg/WinNtBlockIoDxe/WinNtBlockIo.inf b/Nt32Pkg/WinNtBlockIoDxe/WinNtBlockIo.inf index 0b99f47bd4..4884adf1ed 100644 --- a/Nt32Pkg/WinNtBlockIoDxe/WinNtBlockIo.inf +++ b/Nt32Pkg/WinNtBlockIoDxe/WinNtBlockIo.inf @@ -59,24 +59,14 @@ ################################################################################
#
-# Includes Section - list of Include locations that are required for
-# this module.
-#
-################################################################################
-
-[Includes]
- $(WORKSPACE)/MdePkg/Include/Library
-
-################################################################################
-#
# Package Dependency Section - list of Package files that are required for
# this module.
#
################################################################################
[Packages]
- Nt32Pkg/Nt32Pkg.dec
MdePkg/MdePkg.dec
+ Nt32Pkg/Nt32Pkg.dec
################################################################################
|