MdePkg: Placed import of PcdLib.h into DebugLib.h.

This commit is contained in:
Mikhail Krichanov 2023-03-03 09:10:34 +03:00 committed by MikhailKrichanov
parent 8a6da01b9b
commit 8eaa875cc4
14 changed files with 2 additions and 13 deletions

View File

@ -16,6 +16,8 @@ SPDX-License-Identifier: BSD-2-Clause-Patent
#ifndef __DEBUG_LIB_H__
#define __DEBUG_LIB_H__
#include <Library/PcdLib.h>
//
// Declare bits for PcdDebugPropertyMask
//

View File

@ -20,7 +20,6 @@
#include <Library/BaseMemoryLib.h>
#include <Library/BaseOverflowLib.h>
#include <Library/DebugLib.h>
#include <Library/PcdLib.h>
#include <Library/PeCoffLib2.h>
#include "BasePeCoffLib2Internals.h"

View File

@ -20,7 +20,6 @@
#include <Library/BaseOverflowLib.h>
#include <Library/DebugLib.h>
#include <Library/MemoryAllocationLib.h>
#include <Library/PcdLib.h>
#include <Library/PeCoffLib2.h>
#include "BasePeCoffLib2Internals.h"

View File

@ -18,7 +18,6 @@
#include <Library/BaseLib.h>
#include <Library/BaseOverflowLib.h>
#include <Library/DebugLib.h>
#include <Library/PcdLib.h>
#include <Library/PeCoffLib2.h>
#include "BasePeCoffLib2Internals.h"

View File

@ -15,7 +15,6 @@
#include <Library/BaseLib.h>
#include <Library/BaseOverflowLib.h>
#include <Library/DebugLib.h>
#include <Library/PcdLib.h>
#include <Library/PeCoffLib2.h>
#include "BasePeCoffLib2Internals.h"

View File

@ -22,7 +22,6 @@
#include <Library/BaseMemoryLib.h>
#include <Library/BaseOverflowLib.h>
#include <Library/DebugLib.h>
#include <Library/PcdLib.h>
#include <Library/PeCoffLib2.h>
#include "BasePeCoffLib2Internals.h"

View File

@ -19,7 +19,6 @@
#include <Library/BaseLib.h>
#include <Library/BaseMemoryLib.h>
#include <Library/DebugLib.h>
#include <Library/PcdLib.h>
#include <Library/PeCoffLib2.h>
#include "BasePeCoffLib2Internals.h"

View File

@ -19,7 +19,6 @@
#include <Library/BaseMemoryLib.h>
#include <Library/BaseOverflowLib.h>
#include <Library/DebugLib.h>
#include <Library/PcdLib.h>
#include <Library/UefiImageExtraActionLib.h>
#include <Library/PeCoffLib2.h>

View File

@ -16,7 +16,6 @@
#include <Library/BaseMemoryLib.h>
#include <Library/BaseOverflowLib.h>
#include <Library/DebugLib.h>
#include <Library/PcdLib.h>
#include <Library/UefiImageLib.h>
#include <Library/UeImageLib.h>

View File

@ -14,7 +14,6 @@
#include <Library/BaseOverflowLib.h>
#include <Library/CacheMaintenanceLib.h>
#include <Library/DebugLib.h>
#include <Library/PcdLib.h>
#include <Library/UefiImageLib.h>
RETURN_STATUS

View File

@ -17,7 +17,6 @@
#include <Library/DebugLib.h>
#include <Library/MemoryAllocationLib.h>
#include <Library/PeCoffLib2.h>
#include <Library/PcdLib.h>
#include <Library/UefiImageLib.h>
/**

View File

@ -7,7 +7,6 @@
#include <Library/BaseOverflowLib.h>
#include <Library/DebugLib.h>
#include <Library/MemoryAllocationLib.h>
#include <Library/PcdLib.h>
#include <Library/UefiImageLib.h>
#include <Library/UeImageLib.h>

View File

@ -20,7 +20,6 @@
#include <Library/DebugLib.h>
#include <Library/MemoryAllocationLib.h>
#include <Library/PeCoffLib2.h>
#include <Library/PcdLib.h>
#include <Library/UefiImageLib.h>
#include "PeCoffSupport.h"

View File

@ -20,7 +20,6 @@
#include <Library/DebugLib.h>
#include <Library/MemoryAllocationLib.h>
#include <Library/UeImageLib.h>
#include <Library/PcdLib.h>
#include <Library/UefiImageLib.h>
#include "UeSupport.h"