diff options
author | AJFISH <AJFISH@6f19259b-4bc3-4df7-8a09-765794883524> | 2007-06-29 16:44:40 +0000 |
---|---|---|
committer | AJFISH <AJFISH@6f19259b-4bc3-4df7-8a09-765794883524> | 2007-06-29 16:44:40 +0000 |
commit | 5ed00ce4ad778ba6aef0d2f4594825ff78735357 (patch) | |
tree | efa6fa2ece83a71b3039cd38fafc89183172aec8 /MdePkg/Library/PeimEntryPoint/PeimEntryPoint.inf | |
parent | 24e734d2100cd93f62ef66523277d3315dfa3712 (diff) | |
download | edk2-platforms-5ed00ce4ad778ba6aef0d2f4594825ff78735357.tar.xz |
removed [includes] section from MdePkg and MdeModulePkg .inf files. The includes sections are not needed and are redundant with [packages] section
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@2917 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'MdePkg/Library/PeimEntryPoint/PeimEntryPoint.inf')
-rw-r--r-- | MdePkg/Library/PeimEntryPoint/PeimEntryPoint.inf | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/MdePkg/Library/PeimEntryPoint/PeimEntryPoint.inf b/MdePkg/Library/PeimEntryPoint/PeimEntryPoint.inf index b8668d8389..81b3c92d17 100644 --- a/MdePkg/Library/PeimEntryPoint/PeimEntryPoint.inf +++ b/MdePkg/Library/PeimEntryPoint/PeimEntryPoint.inf @@ -48,16 +48,6 @@ ################################################################################
#
-# 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.
#
|