aboutsummaryrefslogtreecommitdiff
path: root/src/backends/backendsCommon/test/layerTests/Pooling2dTestImpl.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/backends/backendsCommon/test/layerTests/Pooling2dTestImpl.cpp')
-rw-r--r--src/backends/backendsCommon/test/layerTests/Pooling2dTestImpl.cpp11
1 files changed, 6 insertions, 5 deletions
diff --git a/src/backends/backendsCommon/test/layerTests/Pooling2dTestImpl.cpp b/src/backends/backendsCommon/test/layerTests/Pooling2dTestImpl.cpp
index a7fbfefcb0..2012dfd602 100644
--- a/src/backends/backendsCommon/test/layerTests/Pooling2dTestImpl.cpp
+++ b/src/backends/backendsCommon/test/layerTests/Pooling2dTestImpl.cpp
@@ -5,13 +5,14 @@
#include "Pooling2dTestImpl.hpp"
-#include <armnn/LayerSupport.hpp>
-
-#include <DataLayoutIndexed.hpp>
-#include <Permute.hpp>
#include <QuantizeHelper.hpp>
#include <ResolveType.hpp>
-#include <TensorUtils.hpp>
+
+#include <armnn/LayerSupport.hpp>
+
+#include <armnnUtils/TensorUtils.hpp>
+#include <armnnUtils/DataLayoutIndexed.hpp>
+#include <armnnUtils/Permute.hpp>
#include <backendsCommon/WorkloadInfo.hpp>