From 8de9d4422f012d53f4136981ee22c30f28a96118 Mon Sep 17 00:00:00 2001 From: Jim Flynn Date: Mon, 7 Mar 2022 14:14:28 +0000 Subject: IVGCVSW-6820 Remove dependency on Runtime.hpp from IBackendProfiling and IBackendProfilingContext Change-Id: I9ea1da47198a2d60d1a2b81905083d1dfe6b90d5 Signed-off-by: Jim Flynn --- include/armnn/backends/Workload.hpp | 2 ++ include/armnn/backends/profiling/IBackendProfiling.hpp | 5 +++-- include/armnn/backends/profiling/IBackendProfilingContext.hpp | 3 +-- 3 files changed, 6 insertions(+), 4 deletions(-) diff --git a/include/armnn/backends/Workload.hpp b/include/armnn/backends/Workload.hpp index 7ffd5c57fb..e180577ffe 100644 --- a/include/armnn/backends/Workload.hpp +++ b/include/armnn/backends/Workload.hpp @@ -9,6 +9,8 @@ #include "WorkloadInfo.hpp" #include "WorkingMemDescriptor.hpp" +#include + #include #include diff --git a/include/armnn/backends/profiling/IBackendProfiling.hpp b/include/armnn/backends/profiling/IBackendProfiling.hpp index a04f3c1b99..564bd6142d 100644 --- a/include/armnn/backends/profiling/IBackendProfiling.hpp +++ b/include/armnn/backends/profiling/IBackendProfiling.hpp @@ -4,7 +4,8 @@ // #pragma once -#include +#include + #include #include @@ -103,4 +104,4 @@ public: } // namespace pipe -} // namespace arm \ No newline at end of file +} // namespace arm diff --git a/include/armnn/backends/profiling/IBackendProfilingContext.hpp b/include/armnn/backends/profiling/IBackendProfilingContext.hpp index 2e3df48227..0b0b0facdf 100644 --- a/include/armnn/backends/profiling/IBackendProfilingContext.hpp +++ b/include/armnn/backends/profiling/IBackendProfilingContext.hpp @@ -5,7 +5,6 @@ #pragma once #include "IBackendProfiling.hpp" -#include #include namespace arm @@ -28,4 +27,4 @@ public: using IBackendProfilingContextUniquePtr = std::unique_ptr; } // namespace pipe -} // namespace arm \ No newline at end of file +} // namespace arm -- cgit v1.2.1