aboutsummaryrefslogtreecommitdiff
path: root/src/runtime/CL/functions/CLFlattenLayer.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/runtime/CL/functions/CLFlattenLayer.cpp')
-rw-r--r--src/runtime/CL/functions/CLFlattenLayer.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/runtime/CL/functions/CLFlattenLayer.cpp b/src/runtime/CL/functions/CLFlattenLayer.cpp
index b372c35dd9..8f93e03c5e 100644
--- a/src/runtime/CL/functions/CLFlattenLayer.cpp
+++ b/src/runtime/CL/functions/CLFlattenLayer.cpp
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2017-2018 ARM Limited.
+ * Copyright (c) 2017-2020 ARM Limited.
*
* SPDX-License-Identifier: MIT
*
@@ -25,7 +25,7 @@
#include "arm_compute/core/CL/kernels/CLFlattenLayerKernel.h"
#include "arm_compute/runtime/CL/CLScheduler.h"
-#include "support/ToolchainSupport.h"
+#include "support/MemorySupport.h"
using namespace arm_compute;
@@ -40,4 +40,4 @@ void CLFlattenLayer::configure(const ICLTensor *input, ICLTensor *output)
Status CLFlattenLayer::validate(const ITensorInfo *input, const ITensorInfo *output)
{
return CLFlattenLayerKernel::validate(input, output);
-} \ No newline at end of file
+}