summaryrefslogtreecommitdiffstats
path: root/src/import/chips/p9/utils/imageProcs/p9_tor.C
diff options
context:
space:
mode:
authorMartin Peschke <mpeschke@de.ibm.com>2016-06-20 15:57:29 +0200
committerStephen Cprek <smcprek@us.ibm.com>2016-07-18 15:32:27 -0500
commitb5579113a4cb198627420c17c9f5b3ffa6924806 (patch)
tree067b7a0fdbf356845d659405eeb0bf00bfa52c1d /src/import/chips/p9/utils/imageProcs/p9_tor.C
parentbc843b94d9125b5e864672ec8de20ff92bfca61c (diff)
downloadtalos-hostboot-b5579113a4cb198627420c17c9f5b3ffa6924806.tar.gz
talos-hostboot-b5579113a4cb198627420c17c9f5b3ffa6924806.zip
p9_tor: remove an include dependency
We used to proliferate a dependency to p9_infrastruct_help.H through p9_tor.H, which is bad. To be precise, it is p9_tor.C that needs p9_infrastruct_help.H. Other users of p9_infrastruct_help.H must not rely on that file being included by some other include, but they should include it directly. Change-Id: Id76608e5e5e3006247fb2f26648ec522c84f9c43 Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/26037 Tested-by: Hostboot CI <hostboot-ci+hostboot@us.ibm.com> Tested-by: Jenkins Server <pfd-jenkins+hostboot@us.ibm.com> Tested-by: PPE CI <ppe-ci+hostboot@us.ibm.com> Reviewed-by: Richard J. Knight <rjknight@us.ibm.com> Reviewed-by: Prachi Gupta <pragupta@us.ibm.com> Reviewed-by: Martin Peschke <mpeschke@de.ibm.com> Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/26040 Tested-by: FSP CI Jenkins <fsp-CI-jenkins+hostboot@us.ibm.com> Reviewed-by: Daniel M. Crowell <dcrowell@us.ibm.com>
Diffstat (limited to 'src/import/chips/p9/utils/imageProcs/p9_tor.C')
-rw-r--r--src/import/chips/p9/utils/imageProcs/p9_tor.C2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/import/chips/p9/utils/imageProcs/p9_tor.C b/src/import/chips/p9/utils/imageProcs/p9_tor.C
index 16d464bb3..82afe540b 100644
--- a/src/import/chips/p9/utils/imageProcs/p9_tor.C
+++ b/src/import/chips/p9/utils/imageProcs/p9_tor.C
@@ -33,7 +33,7 @@
//
#include "p9_tor.H"
#include "p9_xip_image.h"
-#include <fapi2.H>
+#include "p9_infrastruct_help.H"
namespace P9_TOR
{
OpenPOWER on IntegriCloud