aboutsummaryrefslogtreecommitdiff
path: root/src/armnn/test
diff options
context:
space:
mode:
authorDavid Beck <david.beck@arm.com>2018-10-03 11:42:42 +0100
committerMatthew Bentham <matthew.bentham@arm.com>2018-10-10 16:16:58 +0100
commitdcb751f338b86c811a35bd0a9413ba9b8df7b718 (patch)
treebda3027fe7d958383eaa85105f611bfc07c3838c /src/armnn/test
parent3041e3036398048b4f8b72e0a321d77cd222a2fa (diff)
downloadarmnn-dcb751f338b86c811a35bd0a9413ba9b8df7b718.tar.gz
IVGCVSW-1642 : introducing the IBackend interface
Change-Id: Iaadee0a08c0594c9a3c802a48fe346e15f2cbbb2
Diffstat (limited to 'src/armnn/test')
-rw-r--r--src/armnn/test/NeonTimerTest.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/armnn/test/NeonTimerTest.cpp b/src/armnn/test/NeonTimerTest.cpp
index f82924e993..6d0429c8b9 100644
--- a/src/armnn/test/NeonTimerTest.cpp
+++ b/src/armnn/test/NeonTimerTest.cpp
@@ -11,7 +11,6 @@
#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>