aboutsummaryrefslogtreecommitdiff
path: root/src/armnn/test/NeonTimerTest.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/armnn/test/NeonTimerTest.cpp')
-rw-r--r--src/armnn/test/NeonTimerTest.cpp22
1 files changed, 11 insertions, 11 deletions
diff --git a/src/armnn/test/NeonTimerTest.cpp b/src/armnn/test/NeonTimerTest.cpp
index 74cdabcaa9..f82924e993 100644
--- a/src/armnn/test/NeonTimerTest.cpp
+++ b/src/armnn/test/NeonTimerTest.cpp
@@ -3,19 +3,19 @@
// SPDX-License-Identifier: MIT
//
-#include "NeonTimer.hpp"
+#include <NeonTimer.hpp>
#include "TensorHelpers.hpp"
-#include "armnn/ArmNN.hpp"
-#include "armnn/Tensor.hpp"
-#include "armnn/TypesUtils.hpp"
-#include "backends/CpuTensorHandle.hpp"
-#include "backends/NeonWorkloadFactory.hpp"
-#include "backends/WorkloadInfo.hpp"
-#include "backends/WorkloadFactory.hpp"
-#include "backends/test/LayerTests.hpp"
-#include "backends/test/TensorCopyUtils.hpp"
-#include "backends/test/WorkloadTestUtils.hpp"
+#include <armnn/ArmNN.hpp>
+#include <armnn/Tensor.hpp>
+#include <armnn/TypesUtils.hpp>
+#include <backends/CpuTensorHandle.hpp>
+#include <backends/neon/NeonWorkloadFactory.hpp>
+#include <backends/WorkloadInfo.hpp>
+#include <backends/WorkloadFactory.hpp>
+#include <backends/test/LayerTests.hpp>
+#include <backends/test/TensorCopyUtils.hpp>
+#include <backends/test/WorkloadTestUtils.hpp>
#include <boost/test/unit_test.hpp>
#include <cstdlib>