From 7d271d7b01299f4a66a963996e40d34d4fc08b0b Mon Sep 17 00:00:00 2001 From: jcarsey Date: Fri, 25 Mar 2011 21:01:56 +0000 Subject: move include file line under #define protection. git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@11428 6f19259b-4bc3-4df7-8a09-765794883524 --- ShellPkg/Include/Protocol/EfiShellParameters.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'ShellPkg') diff --git a/ShellPkg/Include/Protocol/EfiShellParameters.h b/ShellPkg/Include/Protocol/EfiShellParameters.h index 7082d421be..e52328b3a4 100644 --- a/ShellPkg/Include/Protocol/EfiShellParameters.h +++ b/ShellPkg/Include/Protocol/EfiShellParameters.h @@ -1,7 +1,7 @@ /** @file EFI Shell protocol as defined in the UEFI Shell 2.0 specification. - Copyright (c) 2006 - 2010, Intel Corporation. All rights reserved.
+ Copyright (c) 2006 - 2011, Intel Corporation. All rights reserved.
This program and the accompanying materials are licensed and made available under the terms and conditions of the BSD License which accompanies this distribution. The full text of the license may be found at @@ -12,11 +12,11 @@ **/ -#include - #ifndef __EFI_SHELL_PARAMETERS_PROTOCOL__ #define __EFI_SHELL_PARAMETERS_PROTOCOL__ +#include + #define EFI_SHELL_PARAMETERS_PROTOCOL_GUID \ { \ 0x752f3136, 0x4e16, 0x4fdc, { 0xa2, 0x2a, 0xe5, 0xf4, 0x68, 0x12, 0xf4, 0xca } \ -- cgit v1.2.3