aboutsummaryrefslogtreecommitdiff
path: root/src/backends/backendsCommon/test/layerTests/LogSoftmaxTestImpl.cpp
diff options
context:
space:
mode:
authorMatthew Bentham <Matthew.Bentham@arm.com>2020-01-20 16:16:06 +0000
committerMatthew Bentham <matthew.bentham@arm.com>2020-01-20 16:36:28 +0000
commit246bd463ca8050c727a92dba8426a2129ba6cb53 (patch)
tree477b8b4195d119f1d642c2ddda44a484388223ec /src/backends/backendsCommon/test/layerTests/LogSoftmaxTestImpl.cpp
parent39ef3e595b8e0158875c0346855af5af679d78ad (diff)
downloadarmnn-246bd463ca8050c727a92dba8426a2129ba6cb53.tar.gz
Remove inclusion of ArmNN.hpp where it is unnecessary.
Signed-off-by: Matthew Bentham <Matthew.Bentham@arm.com> Change-Id: Idb583f8de4470eefb47c90189cd3c90e74e0440a
Diffstat (limited to 'src/backends/backendsCommon/test/layerTests/LogSoftmaxTestImpl.cpp')
-rw-r--r--src/backends/backendsCommon/test/layerTests/LogSoftmaxTestImpl.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/backends/backendsCommon/test/layerTests/LogSoftmaxTestImpl.cpp b/src/backends/backendsCommon/test/layerTests/LogSoftmaxTestImpl.cpp
index dab8e49509..392983c311 100644
--- a/src/backends/backendsCommon/test/layerTests/LogSoftmaxTestImpl.cpp
+++ b/src/backends/backendsCommon/test/layerTests/LogSoftmaxTestImpl.cpp
@@ -9,7 +9,6 @@
#include <QuantizeHelper.hpp>
#include <ResolveType.hpp>
-#include <armnn/ArmNN.hpp>
#include <backendsCommon/CpuTensorHandle.hpp>
#include <armnn/backends/IBackendInternal.hpp>