From 4097d46b73465d1bb5f53bd42eba593fdb1d50e2 Mon Sep 17 00:00:00 2001 From: Dan Crowell Date: Thu, 7 Feb 2019 13:38:22 -0600 Subject: Use proper top-level include for fapi2 target There is a specific order of #include for fapi2 header files. The generic name (target.H) is the only one that should be used by application code. That header will include the fapi2-specific header (fapi2_target.H) and the plat-specific (plat_target.H) in the proper order. Change-Id: I7e7c3429bfccbc7e1e675a8716fc127695cad15a Reviewed-on: http://rchgit01.rchland.ibm.com/gerrit1/71539 Tested-by: Jenkins Server Tested-by: Jenkins OP Build CI Tested-by: FSP CI Jenkins Reviewed-by: Matt Derksen Reviewed-by: Brian J. Stegmiller Reviewed-by: Roland Veloz Reviewed-by: Daniel M. Crowell --- src/usr/diag/attn/runtime/attn_rt.C | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/usr/diag/attn/runtime/attn_rt.C') diff --git a/src/usr/diag/attn/runtime/attn_rt.C b/src/usr/diag/attn/runtime/attn_rt.C index 4b044088b..810e79bbe 100644 --- a/src/usr/diag/attn/runtime/attn_rt.C +++ b/src/usr/diag/attn/runtime/attn_rt.C @@ -5,7 +5,7 @@ /* */ /* OpenPOWER HostBoot Project */ /* */ -/* Contributors Listed Below - COPYRIGHT 2014,2018 */ +/* Contributors Listed Below - COPYRIGHT 2014,2019 */ /* [+] International Business Machines Corp. */ /* */ /* */ @@ -38,7 +38,7 @@ #include #include -#include // fapi2::Target +#include // fapi2::Target #include // FAPI_INVOKE_HWP using namespace std; -- cgit v1.2.1