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 /MdeModulePkg/Library | |
parent | 24e734d2100cd93f62ef66523277d3315dfa3712 (diff) | |
download | edk2-5ed00ce4ad778ba6aef0d2f4594825ff78735357.zip edk2-5ed00ce4ad778ba6aef0d2f4594825ff78735357.tar.gz edk2-5ed00ce4ad778ba6aef0d2f4594825ff78735357.tar.bz2 |
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 'MdeModulePkg/Library')
-rw-r--r-- | MdeModulePkg/Library/EdkFvbServiceLib/EdkFvbServiceLib.inf | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/MdeModulePkg/Library/EdkFvbServiceLib/EdkFvbServiceLib.inf b/MdeModulePkg/Library/EdkFvbServiceLib/EdkFvbServiceLib.inf index 9a89bfb..9ba261e 100644 --- a/MdeModulePkg/Library/EdkFvbServiceLib/EdkFvbServiceLib.inf +++ b/MdeModulePkg/Library/EdkFvbServiceLib/EdkFvbServiceLib.inf @@ -60,16 +60,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.
#
|