aboutsummaryrefslogtreecommitdiff
path: root/src/backends/backendsCommon/test/layerTests/ActivationTestImpl.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/ActivationTestImpl.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/ActivationTestImpl.cpp')
-rw-r--r--src/backends/backendsCommon/test/layerTests/ActivationTestImpl.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/backends/backendsCommon/test/layerTests/ActivationTestImpl.cpp b/src/backends/backendsCommon/test/layerTests/ActivationTestImpl.cpp
index 87f42194b9..3f5e6c39e3 100644
--- a/src/backends/backendsCommon/test/layerTests/ActivationTestImpl.cpp
+++ b/src/backends/backendsCommon/test/layerTests/ActivationTestImpl.cpp
@@ -8,7 +8,6 @@
#include <QuantizeHelper.hpp>
#include <ResolveType.hpp>
-#include <armnn/ArmNN.hpp>
#include <backendsCommon/test/ActivationFixture.hpp>
#include <backendsCommon/test/TensorCopyUtils.hpp>