aboutsummaryrefslogtreecommitdiff
path: root/src/backends/test/IsLayerSupportedTest.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/backends/test/IsLayerSupportedTest.cpp')
-rw-r--r--src/backends/test/IsLayerSupportedTest.cpp10
1 files changed, 5 insertions, 5 deletions
diff --git a/src/backends/test/IsLayerSupportedTest.cpp b/src/backends/test/IsLayerSupportedTest.cpp
index 7117e20db5..089822dade 100644
--- a/src/backends/test/IsLayerSupportedTest.cpp
+++ b/src/backends/test/IsLayerSupportedTest.cpp
@@ -4,7 +4,7 @@
//
#include <boost/test/unit_test.hpp>
-#include "test/TensorHelpers.hpp"
+#include <test/TensorHelpers.hpp>
#include "LayerTests.hpp"
#include <backends/CpuTensorHandle.hpp>
@@ -13,13 +13,13 @@
#include <string>
#include <iostream>
-#include <backends/ClWorkloadFactory.hpp>
+#include <backends/cl/ClWorkloadFactory.hpp>
#include "IsLayerSupportedTestImpl.hpp"
-#include "ClContextControlFixture.hpp"
+#include <backends/test/ClContextControlFixture.hpp>
-#include "layers/ConvertFp16ToFp32Layer.hpp"
-#include "layers/ConvertFp32ToFp16Layer.hpp"
+#include <layers/ConvertFp16ToFp32Layer.hpp>
+#include <layers/ConvertFp32ToFp16Layer.hpp>
BOOST_AUTO_TEST_SUITE(IsLayerSupported)