aboutsummaryrefslogtreecommitdiff
path: root/src/backends/test/LayerReleaseConstantDataTest.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/backends/test/LayerReleaseConstantDataTest.cpp')
-rw-r--r--src/backends/test/LayerReleaseConstantDataTest.cpp8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/backends/test/LayerReleaseConstantDataTest.cpp b/src/backends/test/LayerReleaseConstantDataTest.cpp
index 7566c72352..7549dfd5f8 100644
--- a/src/backends/test/LayerReleaseConstantDataTest.cpp
+++ b/src/backends/test/LayerReleaseConstantDataTest.cpp
@@ -6,13 +6,13 @@
#include <boost/test/unit_test.hpp>
#include <boost/cast.hpp>
-#include "backends/WorkloadData.hpp"
-#include "Graph.hpp"
+#include <backends/WorkloadData.hpp>
+#include <Graph.hpp>
#include <utility>
-#include "backends/CpuTensorHandle.hpp"
-#include "backends/ClWorkloadFactory.hpp"
+#include <backends/CpuTensorHandle.hpp>
+#include <backends/cl/ClWorkloadFactory.hpp>
using namespace armnn;
using namespace std;