diff options
-rw-r--r-- | MdeModulePkg/Universal/Network/UefiPxeBcDxe/PxeBcImpl.h | 36 |
1 files changed, 18 insertions, 18 deletions
diff --git a/MdeModulePkg/Universal/Network/UefiPxeBcDxe/PxeBcImpl.h b/MdeModulePkg/Universal/Network/UefiPxeBcDxe/PxeBcImpl.h index 6bd7a55531..cd428e75d1 100644 --- a/MdeModulePkg/Universal/Network/UefiPxeBcDxe/PxeBcImpl.h +++ b/MdeModulePkg/Universal/Network/UefiPxeBcDxe/PxeBcImpl.h @@ -24,25 +24,25 @@ Abstract: typedef struct _PXEBC_PRIVATE_DATA PXEBC_PRIVATE_DATA; -#include <PiDxe.h>
-
-#include <Guid/SmBios.h>
-#include <IndustryStandard/Smbios.h>
-#include <Protocol/Dhcp4.h>
-#include <Protocol/PxeBaseCode.h>
-#include <Protocol/Mtftp4.h>
-#include <Protocol/Udp4.h>
-#include <Protocol/LoadFile.h>
-#include <Protocol/NetworkInterfaceIdentifier.h>
-#include <Protocol/PxeBaseCodeCallBack.h>
+#include <PiDxe.h> + +#include <Guid/SmBios.h> +#include <IndustryStandard/SmBios.h> +#include <Protocol/Dhcp4.h> +#include <Protocol/PxeBaseCode.h> +#include <Protocol/Mtftp4.h> +#include <Protocol/Udp4.h> +#include <Protocol/LoadFile.h> +#include <Protocol/NetworkInterfaceIdentifier.h> +#include <Protocol/PxeBaseCodeCallBack.h> #include <Protocol/Arp.h> -
-#include <Library/DebugLib.h>
-#include <Library/BaseMemoryLib.h>
-#include <Library/UefiDriverEntryPoint.h>
-#include <Library/UefiBootServicesTableLib.h>
-#include <Library/UefiLib.h>
-#include <Library/BaseLib.h>
+ +#include <Library/DebugLib.h> +#include <Library/BaseMemoryLib.h> +#include <Library/UefiDriverEntryPoint.h> +#include <Library/UefiBootServicesTableLib.h> +#include <Library/UefiLib.h> +#include <Library/BaseLib.h> #include <Library/NetLib.h> #include "PxeBcDriver.h" |