diff options
author | Jaben Carsey <jaben.carsey@intel.com> | 2015-09-24 19:48:58 +0000 |
---|---|---|
committer | jcarsey <jcarsey@Edk2> | 2015-09-24 19:48:58 +0000 |
commit | 0994fe6f81c638f9bba117d1c23bafd0efefd4f9 (patch) | |
tree | 3c0ecb95a2d1adc36568c9424c998a5a005e9867 /ShellPkg/Library/UefiShellTftpCommandLib/UefiShellTftpCommandLib.h | |
parent | 0bd0d6dff6d34b0c6abfb87d73f2a5973e3cd273 (diff) | |
download | edk2-platforms-0994fe6f81c638f9bba117d1c23bafd0efefd4f9.tar.xz |
ShellPkg: Update tftp to build with current tip
Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Jaben Carsey <jaben.carsey@intel.com>
Signed-off-by: Tapan Shah <tapandshah@hpe.com>
Signed-off-by: Jiaxin Wu <jiaxin.wu@intel.com>
Reviewed-by: Qiu Shumin <shumin.qiu@intel.com>
git-svn-id: https://svn.code.sf.net/p/edk2/code/trunk/edk2@18541 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'ShellPkg/Library/UefiShellTftpCommandLib/UefiShellTftpCommandLib.h')
-rw-r--r-- | ShellPkg/Library/UefiShellTftpCommandLib/UefiShellTftpCommandLib.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/ShellPkg/Library/UefiShellTftpCommandLib/UefiShellTftpCommandLib.h b/ShellPkg/Library/UefiShellTftpCommandLib/UefiShellTftpCommandLib.h index a73b86c85b..993aa9e5bd 100644 --- a/ShellPkg/Library/UefiShellTftpCommandLib/UefiShellTftpCommandLib.h +++ b/ShellPkg/Library/UefiShellTftpCommandLib/UefiShellTftpCommandLib.h @@ -1,7 +1,7 @@ /** @file
header file for NULL named library for 'tftp' Shell command functions.
- Copyright (c) 2010 - 2011, Intel Corporation. All rights reserved. <BR>
+ Copyright (c) 2010 - 2015, Intel Corporation. All rights reserved. <BR>
Copyright (c) 2015, ARM Ltd. All rights reserved.<BR>
This program and the accompanying materials
@@ -21,7 +21,6 @@ #include <ShellBase.h>
#include <Guid/ShellLibHiiGuid.h>
-#include <Guid/NicIp4ConfigNvData.h>
#include <Protocol/ServiceBinding.h>
#include <Protocol/Mtftp4.h>
|