diff --git a/MdeModulePkg/Universal/Network/IScsiDxe/IScsiImpl.h b/MdeModulePkg/Universal/Network/IScsiDxe/IScsiImpl.h index 94ae9fe63f..26a03052b9 100644 --- a/MdeModulePkg/Universal/Network/IScsiDxe/IScsiImpl.h +++ b/MdeModulePkg/Universal/Network/IScsiDxe/IScsiImpl.h @@ -1,5 +1,5 @@ /** @file - The header file of IScsiImpl.c + The header file of IScsiImpl.c. Copyright (c) 2004 - 2008, Intel Corporation All rights reserved. This program and the accompanying materials @@ -10,13 +10,6 @@ http://opensource.org/licenses/bsd-license.php THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS, WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED. -Module Name: - - IScsiImpl.h - -Abstract: - The header file of IScsiImpl.c - **/ #ifndef _ISCSI_IMPL_H_ @@ -32,12 +25,14 @@ Abstract: #include "IScsiConfigNVDataStruc.h" #include "IScsiExtScsiPassThru.h" #include "IScsiProto.h" +#include "IScsiMisc.h" #include "IScsiCHAP.h" +#include "IScsiConfig.h" #include "IScsiDhcp.h" #include "IScsiTcp4Io.h" #include "IScsiIbft.h" -#include "IScsiMisc.h" -#include "IScsiConfig.h" + + #define ISCSI_SESSION_SIGNATURE EFI_SIGNATURE_32 ('I', 'S', 'S', 'N')