aboutsummaryrefslogtreecommitdiff
path: root/src/graph/backends/NEON/NETensorHandle.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/graph/backends/NEON/NETensorHandle.cpp')
-rw-r--r--src/graph/backends/NEON/NETensorHandle.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/graph/backends/NEON/NETensorHandle.cpp b/src/graph/backends/NEON/NETensorHandle.cpp
index c8fc3f1ae2..4393156e8a 100644
--- a/src/graph/backends/NEON/NETensorHandle.cpp
+++ b/src/graph/backends/NEON/NETensorHandle.cpp
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2018-2019 Arm Limited.
+ * Copyright (c) 2018-2020 Arm Limited.
*
* SPDX-License-Identifier: MIT
*
@@ -23,8 +23,8 @@
*/
#include "arm_compute/graph/backends/NEON/NETensorHandle.h"
-#include "arm_compute/core/utils/misc/Cast.h"
#include "arm_compute/runtime/MemoryGroup.h"
+#include "support/Cast.h"
namespace arm_compute
{