diff options
author | lgao4 <lgao4@6f19259b-4bc3-4df7-8a09-765794883524> | 2009-07-10 08:25:51 +0000 |
---|---|---|
committer | lgao4 <lgao4@6f19259b-4bc3-4df7-8a09-765794883524> | 2009-07-10 08:25:51 +0000 |
commit | 989003bfdee72ee0c9c5e666ff8c125d60e79c13 (patch) | |
tree | ac672bf3c462b7f6abe63d8a1ebb95f1237a1470 /Nt32Pkg | |
parent | 64419615f22c99f024aa2147b615b9923135de46 (diff) | |
download | edk2-989003bfdee72ee0c9c5e666ff8c125d60e79c13.tar.gz edk2-989003bfdee72ee0c9c5e666ff8c125d60e79c13.tar.bz2 edk2-989003bfdee72ee0c9c5e666ff8c125d60e79c13.zip |
Remove unused PeiServiceLib header file.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@8868 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'Nt32Pkg')
-rw-r--r-- | Nt32Pkg/Library/DxeNt32PeCoffExtraActionLib/DxeNt32PeCoffExtraActionLib.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Nt32Pkg/Library/DxeNt32PeCoffExtraActionLib/DxeNt32PeCoffExtraActionLib.c b/Nt32Pkg/Library/DxeNt32PeCoffExtraActionLib/DxeNt32PeCoffExtraActionLib.c index 0991fc6b96..bead36ae15 100644 --- a/Nt32Pkg/Library/DxeNt32PeCoffExtraActionLib/DxeNt32PeCoffExtraActionLib.c +++ b/Nt32Pkg/Library/DxeNt32PeCoffExtraActionLib/DxeNt32PeCoffExtraActionLib.c @@ -33,7 +33,6 @@ Abstract: #include <Protocol/WinNtThunk.h>
#include <Library/PeCoffLib.h>
-#include <Library/PeiServicesLib.h>
#include <Library/BaseLib.h>
#include <Library/DebugLib.h>
|