diff --git a/Framework/RemoteAlgorithms/test/SimpleJSONTest.h b/Framework/Kernel/test/SimpleJSONTest.h similarity index 99% rename from Framework/RemoteAlgorithms/test/SimpleJSONTest.h rename to Framework/Kernel/test/SimpleJSONTest.h index 2394ecc9ea9eceae316492cdb45bc1ebcd27baf9..5596d1ee0a06391d3accaec4ce8aff981fee0f56 100644 --- a/Framework/RemoteAlgorithms/test/SimpleJSONTest.h +++ b/Framework/Kernel/test/SimpleJSONTest.h @@ -9,7 +9,7 @@ #include <cxxtest/TestSuite.h> -#include "MantidRemoteAlgorithms/SimpleJSON.h" +#include "MantidKernel/SimpleJSON.h" class SimpleJSONTest : public CxxTest::TestSuite { public: diff --git a/Framework/RemoteJobManagers/test/MantidWebServiceAPIJobManagerTest.h b/Framework/RemoteJobManagers/test/MantidWebServiceAPIJobManagerTest.h index 4fa25ad584183954a20289f86b87a57f5460552f..a324efeb4a34e48afc0acea2718a1484eaf431d3 100644 --- a/Framework/RemoteJobManagers/test/MantidWebServiceAPIJobManagerTest.h +++ b/Framework/RemoteJobManagers/test/MantidWebServiceAPIJobManagerTest.h @@ -13,7 +13,7 @@ #include "MantidKernel/ConfigService.h" #include "MantidKernel/FacilityInfo.h" #include "MantidRemoteJobManagers/MantidWebServiceAPIJobManager.h" -#include "MantidRemoteJobManagers/SimpleJSON.h" +#include "MantidKernel/SimpleJSON.h" #include <boost/make_shared.hpp>