From fa6fb82a0bb1fd7c70b493c77371e7e0f4224df1 Mon Sep 17 00:00:00 2001 From: ywu21 Date: Wed, 10 Dec 2008 03:32:55 +0000 Subject: [PATCH] update file header update the order of #include "IScsiMisc.h" and #include "IScsiConfig.h" due to one update in IScsiCommon.h git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@6958 6f19259b-4bc3-4df7-8a09-765794883524 --- .../Universal/Network/IScsiDxe/IScsiImpl.h | 15 +++++---------- 1 file changed, 5 insertions(+), 10 deletions(-) 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') -- 2.39.2