diff --git a/Code/Mantid/Kernel/test/ConfigServiceTest.h b/Code/Mantid/Kernel/test/ConfigServiceTest.h index 3b3b107562f804b0a90cce69413ecf5adc727a74..95b1c2bc27ecf6f6d8f33ff6e396a1fea354c690 100644 --- a/Code/Mantid/Kernel/test/ConfigServiceTest.h +++ b/Code/Mantid/Kernel/test/ConfigServiceTest.h @@ -3,8 +3,8 @@ #include <cxxtest/TestSuite.h> -#include "../inc/ConfigService.h" -#include "../inc/Logger.h" +#include "MantidKernel/ConfigService.h" +#include "MantidKernel/Logger.h" #include <string> #include <iostream> diff --git a/Code/Mantid/Kernel/test/DynamicFactoryTest.h b/Code/Mantid/Kernel/test/DynamicFactoryTest.h index 8f4e18fd82d8e8a95fb413880de0094dcc0b5474..9417c7c3c130541930b1a09eff807bffcafc2e3c 100644 --- a/Code/Mantid/Kernel/test/DynamicFactoryTest.h +++ b/Code/Mantid/Kernel/test/DynamicFactoryTest.h @@ -3,7 +3,7 @@ #include <cxxtest/TestSuite.h> -#include "../inc/DynamicFactory.h" +#include "MantidKernel/DynamicFactory.h" using namespace Mantid::Kernel; diff --git a/Code/Mantid/Kernel/test/PropertyManagerTest.h b/Code/Mantid/Kernel/test/PropertyManagerTest.h index b1d8edbbf6b80b3ef5348ca1cd3a484f38960c6f..75d78de3e1eaf657c67969cc2b498b1eb0a579dd 100644 --- a/Code/Mantid/Kernel/test/PropertyManagerTest.h +++ b/Code/Mantid/Kernel/test/PropertyManagerTest.h @@ -3,8 +3,8 @@ #include <cxxtest/TestSuite.h> -#include "../inc/PropertyManager.h" -#include "../inc/PropertyWithValue.h" +#include "MantidKernel/PropertyManager.h" +#include "MantidKernel/PropertyWithValue.h" #include <iostream> using namespace Mantid::Kernel; diff --git a/Code/Mantid/Kernel/test/PropertyTest.h b/Code/Mantid/Kernel/test/PropertyTest.h index 0faa8ac1b6a12f8585f4db5569b3c986d69636ba..79d8cd3d5da131880880439af5be61434dc47cdb 100644 --- a/Code/Mantid/Kernel/test/PropertyTest.h +++ b/Code/Mantid/Kernel/test/PropertyTest.h @@ -3,7 +3,7 @@ #include <cxxtest/TestSuite.h> -#include "../inc/Property.h" +#include "MantidKernel/Property.h" using namespace Mantid::Kernel; diff --git a/Code/Mantid/Kernel/test/PropertyWithValueTest.h b/Code/Mantid/Kernel/test/PropertyWithValueTest.h index 296d63919097d9bd4bcb24cd2e96905fa05d6ce9..b5ee1fb545e3c5a946f1000b3f8b47fd3bf1cd43 100644 --- a/Code/Mantid/Kernel/test/PropertyWithValueTest.h +++ b/Code/Mantid/Kernel/test/PropertyWithValueTest.h @@ -3,7 +3,7 @@ #include <cxxtest/TestSuite.h> -#include "../inc/PropertyWithValue.h" +#include "MantidKernel/PropertyWithValue.h" using namespace Mantid::Kernel; diff --git a/Code/Mantid/Kernel/test/SupportTest.h b/Code/Mantid/Kernel/test/SupportTest.h index d0334d0c468619516abed7f1a0bca9d4da803d03..73031be783bc7d2282abbd414416a3edc919bdeb 100644 --- a/Code/Mantid/Kernel/test/SupportTest.h +++ b/Code/Mantid/Kernel/test/SupportTest.h @@ -4,7 +4,7 @@ #include <cxxtest/TestSuite.h> -#include "../inc/Support.h" +#include "MantidKernel/Support.h" #include <string> using namespace Mantid::StrFunc;