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/isteps/nest/nestHwpHelperFuncs.C | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/usr/isteps/nest/nestHwpHelperFuncs.C') diff --git a/src/usr/isteps/nest/nestHwpHelperFuncs.C b/src/usr/isteps/nest/nestHwpHelperFuncs.C index 921fd3d35..b5956f88f 100644 --- a/src/usr/isteps/nest/nestHwpHelperFuncs.C +++ b/src/usr/isteps/nest/nestHwpHelperFuncs.C @@ -5,7 +5,7 @@ /* */ /* OpenPOWER HostBoot Project */ /* */ -/* Contributors Listed Below - COPYRIGHT 2015,2018 */ +/* Contributors Listed Below - COPYRIGHT 2015,2019 */ /* [+] International Business Machines Corp. */ /* */ /* */ @@ -36,7 +36,7 @@ #include // g_trac_isteps_trace // Targeting support -#include // fapi2::Target +#include // fapi2::Target #include // TARGETING::Target // Error handling support -- cgit v1.2.1