aboutsummaryrefslogtreecommitdiff
path: root/profiling
diff options
context:
space:
mode:
authorRob Hughes <robert.hughes@arm.com>2021-07-14 09:48:54 +0100
committerRob Hughes <robert.hughes@arm.com>2021-07-21 14:09:51 +0000
commit9542f90d82a42096166d72109683abc165072297 (patch)
tree1f519b437ef83eed67419f52e1326f6d909e2467 /profiling
parent9021125ff83a035dae05e5c7c0e6b1455b71af1a (diff)
downloadarmnn-9542f90d82a42096166d72109683abc165072297.tar.gz
NNXSW-3081 Move Filesystem.hpp and Threads.hpp to public include
!android-nn-driver:5966 Change-Id: Ice0b4d2872bb0e09bfc0763034a206c3a8f24af4 Signed-off-by: Rob Hughes <robert.hughes@arm.com>
Diffstat (limited to 'profiling')
-rw-r--r--profiling/server/src/timelineDecoder/tests/TimelineTests.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/profiling/server/src/timelineDecoder/tests/TimelineTests.cpp b/profiling/server/src/timelineDecoder/tests/TimelineTests.cpp
index 4fcd7a0a9c..f09848f52c 100644
--- a/profiling/server/src/timelineDecoder/tests/TimelineTests.cpp
+++ b/profiling/server/src/timelineDecoder/tests/TimelineTests.cpp
@@ -10,7 +10,7 @@
#include <server/include/timelineDecoder/TimelineDecoder.hpp>
#include <BufferManager.hpp>
-#include <Threads.hpp>
+#include <armnnUtils/Threads.hpp>
#include <ProfilingService.hpp>
#include <PacketBuffer.hpp>
#include <TimelinePacketWriterFactory.hpp>