aboutsummaryrefslogtreecommitdiff
path: root/src/armnn/test/ProfilerTests.cpp
diff options
context:
space:
mode:
authorMatthew Bentham <Matthew.Bentham@arm.com>2020-01-20 10:09:09 +0000
committerMatthew Bentham <matthew.bentham@arm.com>2020-01-20 16:36:24 +0000
commit39ef3e595b8e0158875c0346855af5af679d78ad (patch)
tree392ac030c697b0e71b608a51e901e76e6bafcc99 /src/armnn/test/ProfilerTests.cpp
parentff130e2891b6691fdd2428c9b8c7f8b09120d39e (diff)
downloadarmnn-39ef3e595b8e0158875c0346855af5af679d78ad.tar.gz
Remove use of ArmNN.hpp where it is unnecessary.
Signed-off-by: Matthew Bentham <Matthew.Bentham@arm.com> Change-Id: I6c90eab1c6bad76d5c7b3bf094998fa4b454bcd1
Diffstat (limited to 'src/armnn/test/ProfilerTests.cpp')
-rw-r--r--src/armnn/test/ProfilerTests.cpp4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/armnn/test/ProfilerTests.cpp b/src/armnn/test/ProfilerTests.cpp
index b4720f2902..a052862bdd 100644
--- a/src/armnn/test/ProfilerTests.cpp
+++ b/src/armnn/test/ProfilerTests.cpp
@@ -3,6 +3,9 @@
// SPDX-License-Identifier: MIT
//
+#include <armnn/IRuntime.hpp>
+#include <armnn/TypesUtils.hpp>
+
#include <boost/test/unit_test.hpp>
#include <boost/test/tools/output_test_stream.hpp>
#include <boost/algorithm/string.hpp>
@@ -11,7 +14,6 @@
#include <thread>
#include <ostream>
-#include <armnn/TypesUtils.hpp>
#include <Profiling.hpp>
namespace armnn