From 3273e7387ba43cce84e8431acc414a943a687f36 Mon Sep 17 00:00:00 2001 From: Prachi Gupta Date: Fri, 13 Nov 2015 10:35:37 -0600 Subject: Remove all compile dependencies on old fapi Change-Id: Ia1633645fe2b294fecd15a8ede67983b86d3549c Reviewed-on: http://gfw160.aus.stglabs.ibm.com:8080/gerrit/22283 Tested-by: Jenkins Server Reviewed-by: A. Patrick Williams III --- src/usr/targeting/test/makefile | 4 +++- src/usr/targeting/test/testtargeting.H | 12 ++++-------- 2 files changed, 7 insertions(+), 9 deletions(-) (limited to 'src/usr/targeting/test') diff --git a/src/usr/targeting/test/makefile b/src/usr/targeting/test/makefile index ae56feb31..b8d466539 100644 --- a/src/usr/targeting/test/makefile +++ b/src/usr/targeting/test/makefile @@ -5,7 +5,9 @@ # # OpenPOWER HostBoot Project # -# COPYRIGHT International Business Machines Corp. 2011,2014 +# Contributors Listed Below - COPYRIGHT 2011,2015 +# [+] International Business Machines Corp. +# # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/src/usr/targeting/test/testtargeting.H b/src/usr/targeting/test/testtargeting.H index 695836496..fdd4702da 100644 --- a/src/usr/targeting/test/testtargeting.H +++ b/src/usr/targeting/test/testtargeting.H @@ -5,7 +5,9 @@ /* */ /* OpenPOWER HostBoot Project */ /* */ -/* COPYRIGHT International Business Machines Corp. 2012,2014 */ +/* Contributors Listed Below - COPYRIGHT 2012,2015 */ +/* [+] International Business Machines Corp. */ +/* */ /* */ /* Licensed under the Apache License, Version 2.0 (the "License"); */ /* you may not use this file except in compliance with the License. */ @@ -40,10 +42,7 @@ // CXXTEST #include -#include -#include -#include -#include + #include #include #include @@ -103,7 +102,6 @@ class TargetingTestSuite : public CxxTest::TestSuite TS_TRACE(ENTER_MRK "testHbMutexAttr" ); using namespace TARGETING; - using namespace fapi; do { @@ -207,7 +205,6 @@ class TargetingTestSuite : public CxxTest::TestSuite using namespace ERRORLOG; using namespace TARGETING; - using namespace fapi; // Get a reference to the target service TargetService& l_service = targetService(); @@ -253,7 +250,6 @@ class TargetingTestSuite : public CxxTest::TestSuite // is resolved using namespace ERRORLOG; using namespace TARGETING; - using namespace fapi; TargetHandleList l_targs; -- cgit v1.2.1