From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-io0-x230.google.com (mail-io0-x230.google.com [IPv6:2607:f8b0:4001:c06::230]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by ml01.01.org (Postfix) with ESMTPS id DDDA71A1E3E for ; Tue, 18 Oct 2016 03:00:29 -0700 (PDT) Received: by mail-io0-x230.google.com with SMTP id f5so33381916ioj.2 for ; Tue, 18 Oct 2016 03:00:29 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linaro.org; s=google; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc; bh=cYcuswMSRaCzgKhEQRzHuzUcSXkSfyfV8sogGIr4Amc=; b=RxVLdOTwKFjDez7NVOydHBYO7ncQE9DVgrRFWBm2CuOqM7rngBPy2J9NWWfXNb70Jr sDBTsRRHOfEIUl60kaslel59BaF5qNPMDayxo4CWUStcVPKju5pPxb8kZCWD5ugVMYfF eEY4Rh3EeMGyol5WBK7rH2vC1SxzGFXHrTX68= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:in-reply-to:references:from:date :message-id:subject:to:cc; bh=cYcuswMSRaCzgKhEQRzHuzUcSXkSfyfV8sogGIr4Amc=; b=g0OW8m7aWEao/zyUD0XJnFSsGFRuzWnvuxMNayWHEpTPxLFdXRVr6Ltq194Ephqsge xp96NqQoUZtWvEmxKNRkjuCMtjXVdAlO49XoWPbcKw0P9xWTpnFzE9KAvKK19E6csSVO 537z5OQHSUO0LLDef7+hzCqfeE+1fLNvrylOI4t08H9UrNOtj6A0i+lnpA7rhtmIFJur 6AD0HdN5vP4dxbpgSrPGZAc9kDSAaBHkFBnp3BDxo0stHsuHZ2etTD4Cu6AeOwL14Ol4 4/XY7KwWin9Jx6mKV+tzhoNcGyDy97Qw36hkFJgzCMv/TlOgmK9lqE6lgT4YyTDADViI dkiw== X-Gm-Message-State: AA6/9RlPA6vjLoISLMCYH66SNGBIs34+W/qVMqH+KaeAR46XThzbsallRZn6hd0jCuA7/Tq1a0/ByEAApnoDtxWz X-Received: by 10.107.25.11 with SMTP id 11mr104153ioz.138.1476784829307; Tue, 18 Oct 2016 03:00:29 -0700 (PDT) MIME-Version: 1.0 Received: by 10.107.5.139 with HTTP; Tue, 18 Oct 2016 03:00:28 -0700 (PDT) In-Reply-To: <20161018084613.58420-9-ruiyu.ni@intel.com> References: <20161018084613.58420-1-ruiyu.ni@intel.com> <20161018084613.58420-9-ruiyu.ni@intel.com> From: Ard Biesheuvel Date: Tue, 18 Oct 2016 11:00:28 +0100 Message-ID: To: Ruiyu Ni Cc: edk2-devel-01 , Leif Lindholm Subject: Re: [PATCH v2 8/8] ArmPlatformPkg/ArmShellCmdRunAxf: Reference MdePkg protocol definition X-BeenThere: edk2-devel@lists.01.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: EDK II Development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 18 Oct 2016 10:00:30 -0000 Content-Type: text/plain; charset=UTF-8 On 18 October 2016 at 09:46, Ruiyu Ni wrote: > Contributed-under: TianoCore Contribution Agreement 1.0 > Signed-off-by: Ruiyu Ni > Cc: Leif Lindholm > Cc: Ard Biesheuvel Reviewed-by: Ard Biesheuvel > --- > ArmPlatformPkg/Library/ArmShellCmdRunAxf/ArmShellCmdRunAxf.h | 6 ++---- > 1 file changed, 2 insertions(+), 4 deletions(-) > > diff --git a/ArmPlatformPkg/Library/ArmShellCmdRunAxf/ArmShellCmdRunAxf.h b/ArmPlatformPkg/Library/ArmShellCmdRunAxf/ArmShellCmdRunAxf.h > index 8599961..2708b53 100644 > --- a/ArmPlatformPkg/Library/ArmShellCmdRunAxf/ArmShellCmdRunAxf.h > +++ b/ArmPlatformPkg/Library/ArmShellCmdRunAxf/ArmShellCmdRunAxf.h > @@ -15,10 +15,8 @@ > #ifndef __ARM_SHELL_CMD_RUNAXF__ > #define __ARM_SHELL_CMD_RUNAXF__ > > -#include > - > -#include > -#include > +#include > +#include > > #include > #include > -- > 2.9.0.windows.1 >