aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRob Hughes <robert.hughes@arm.com>2021-07-19 15:29:47 +0100
committerRob Hughes <robert.hughes@arm.com>2021-07-19 15:29:47 +0100
commit083be70627601ee03ab2013663834c1eacae0251 (patch)
tree56de84831736c26f8735c92bdf272b1f9a8d6746
parentb90ab633d46ab07a5c8a7c9e162e6f540eb9a5d9 (diff)
downloadandroid-nn-driver-083be70627601ee03ab2013663834c1eacae0251.tar.gz
NNXSW-3081 Move Filesystem.hpp and Threads.hpp to public include
!armnn:5954 Change-Id: Ic2904a0ccbcf24b30041a55d9c369c2424da1624 Signed-off-by: Rob Hughes <robert.hughes@arm.com>
-rw-r--r--Utils.cpp2
-rw-r--r--test/UtilsTests.cpp2
2 files changed, 2 insertions, 2 deletions
diff --git a/Utils.cpp b/Utils.cpp
index 60e7a80c..dcee44a1 100644
--- a/Utils.cpp
+++ b/Utils.cpp
@@ -9,11 +9,11 @@
#include "Half.hpp"
#include <armnnSerializer/ISerializer.hpp>
+#include <armnnUtils/Filesystem.hpp>
#include <armnnUtils/Permute.hpp>
#include <armnn/Utils.hpp>
#include <armnn/utility/Assert.hpp>
-#include <Filesystem.hpp>
#include <log/log.h>
#include <cassert>
diff --git a/test/UtilsTests.cpp b/test/UtilsTests.cpp
index c9f6aad7..fcb0c4f5 100644
--- a/test/UtilsTests.cpp
+++ b/test/UtilsTests.cpp
@@ -15,7 +15,7 @@
#include <armnn/INetwork.hpp>
#include "armnn/NetworkFwd.hpp"
-#include <Filesystem.hpp>
+#include <armnnUtils/Filesystem.hpp>
#include <doctest/doctest.h>