From a98e79a709f7c29728e1fc79c21ba5265993b8b6 Mon Sep 17 00:00:00 2001 From: Colm Donelan Date: Tue, 6 Dec 2022 21:32:29 +0000 Subject: Updates following execution of Includewhatyouuse on armnn/include. This tool forces explicit includes of all dependencies and highlights unused dependencies. Signed-off-by: Colm Donelan Change-Id: I92e449245246452a0227cbd13f9c082e2088bf8c --- include/armnn/Utils.hpp | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'include/armnn/Utils.hpp') diff --git a/include/armnn/Utils.hpp b/include/armnn/Utils.hpp index 7d442ba4b5..7c1f096823 100644 --- a/include/armnn/Utils.hpp +++ b/include/armnn/Utils.hpp @@ -1,12 +1,10 @@ // -// Copyright © 2017 Arm Ltd. All rights reserved. +// Copyright © 2017,2022 Arm Ltd and Contributors. All rights reserved. // SPDX-License-Identifier: MIT // #pragma once -#include - -#include +#include namespace armnn { -- cgit v1.2.1