aboutsummaryrefslogtreecommitdiff
path: root/src/backends/backendsCommon/WorkloadInfo.hpp
diff options
context:
space:
mode:
authorTracy Narine <tracy.narine@arm.com>2023-07-31 15:18:28 +0100
committerTracy Narine <tracy.narine@arm.com>2023-08-02 07:24:57 +0000
commitfb2b416a6451f2f78314fe71396297cd0c02ed47 (patch)
treefc4c074940fd96448a9ef2d8f5e3753d0f6dca39 /src/backends/backendsCommon/WorkloadInfo.hpp
parent460a179b53d5543d98d3e72c60458d4b0e3225a4 (diff)
downloadarmnn-fb2b416a6451f2f78314fe71396297cd0c02ed47.tar.gz
IVGCVSW-7933 Deprecated code: remove forwarding headers for moved headers
* Removing deprecated headers that were added in 22.02 * Fixed a few locations where the forward header was still used Signed-off-by: Tracy Narine <tracy.narine@arm.com> Change-Id: Ied42d0ecc750adadfbc053e0a3133d346f1ab343
Diffstat (limited to 'src/backends/backendsCommon/WorkloadInfo.hpp')
-rw-r--r--src/backends/backendsCommon/WorkloadInfo.hpp9
1 files changed, 0 insertions, 9 deletions
diff --git a/src/backends/backendsCommon/WorkloadInfo.hpp b/src/backends/backendsCommon/WorkloadInfo.hpp
deleted file mode 100644
index 36916d4df2..0000000000
--- a/src/backends/backendsCommon/WorkloadInfo.hpp
+++ /dev/null
@@ -1,9 +0,0 @@
-//
-// Copyright © 2017 Arm Ltd. All rights reserved.
-// SPDX-License-Identifier: MIT
-//
-
-// This file is depricated and will be removed soon.
-// Please use the new header in armnn/backends instead.
-// This will use the new armnn/backends header.
-#include <armnn/backends/WorkloadInfo.hpp>