From 9542f90d82a42096166d72109683abc165072297 Mon Sep 17 00:00:00 2001 From: Rob Hughes Date: Wed, 14 Jul 2021 09:48:54 +0100 Subject: NNXSW-3081 Move Filesystem.hpp and Threads.hpp to public include !android-nn-driver:5966 Change-Id: Ice0b4d2872bb0e09bfc0763034a206c3a8f24af4 Signed-off-by: Rob Hughes --- src/armnnUtils/Filesystem.hpp | 25 ------------------------- 1 file changed, 25 deletions(-) delete mode 100644 src/armnnUtils/Filesystem.hpp (limited to 'src/armnnUtils/Filesystem.hpp') diff --git a/src/armnnUtils/Filesystem.hpp b/src/armnnUtils/Filesystem.hpp deleted file mode 100644 index ba0d97a272..0000000000 --- a/src/armnnUtils/Filesystem.hpp +++ /dev/null @@ -1,25 +0,0 @@ -// -// Copyright © 2020 Arm Ltd and Contributors. All rights reserved. -// SPDX-License-Identifier: MIT -// - -#pragma once - -#if defined(_MSC_VER) -// ghc includes Windows.h directly, bringing in macros that we don't want (e.g. min/max). -// By including Windows.h ourselves first (with appropriate options), we prevent this. -#include -#endif -#include -namespace fs = ghc::filesystem; - -namespace armnnUtils -{ -namespace Filesystem -{ - -/// Returns a path to a file in the system temporary folder. If the file existed it will be deleted. -fs::path NamedTempFile(const char* fileName); - -} -} -- cgit v1.2.1