aboutsummaryrefslogtreecommitdiff
path: root/src/backends/test/TensorCopyUtils.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/backends/test/TensorCopyUtils.hpp')
-rw-r--r--src/backends/test/TensorCopyUtils.hpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/backends/test/TensorCopyUtils.hpp b/src/backends/test/TensorCopyUtils.hpp
index 0cec839903..4a3ba64239 100644
--- a/src/backends/test/TensorCopyUtils.hpp
+++ b/src/backends/test/TensorCopyUtils.hpp
@@ -4,8 +4,8 @@
//
#pragma once
-#include "armnn/Tensor.hpp"
-#include "backends/ITensorHandle.hpp"
+#include <armnn/Tensor.hpp>
+#include <backends/ITensorHandle.hpp>
void CopyDataToITensorHandle(armnn::ITensorHandle* tensorHandle, const void* mem);