aboutsummaryrefslogtreecommitdiff
path: root/src/runtime
diff options
context:
space:
mode:
authorMichalis Spyrou <michalis.spyrou@arm.com>2019-06-06 13:47:38 +0100
committerMichalis Spyrou <michalis.spyrou@arm.com>2019-06-07 10:07:21 +0000
commit6260e194b34842ac6d932dd5c96842c0d1214d70 (patch)
tree654c6a24dd720d11f26be275d1c3527e8812614a /src/runtime
parentd69b3b2db4b359d4e68cf786a294fa1d7d4db2d0 (diff)
downloadComputeLibrary-6260e194b34842ac6d932dd5c96842c0d1214d70.tar.gz
COMPMID-2394: (Nightly) Clang-tidy errors
Change-Id: Ie7ccf4e62cccca6057c0bc4521496267a05e4459 Signed-off-by: Michalis Spyrou <michalis.spyrou@arm.com> Reviewed-on: https://review.mlplatform.org/c/1304 Tested-by: Arm Jenkins <bsgcomp@arm.com> Comments-Addressed: Arm Jenkins <bsgcomp@arm.com> Reviewed-by: Giuseppe Rossini <giuseppe.rossini@arm.com>
Diffstat (limited to 'src/runtime')
-rw-r--r--src/runtime/NEON/functions/NECast.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/runtime/NEON/functions/NECast.cpp b/src/runtime/NEON/functions/NECast.cpp
index fe1e486ab1..7e3c38bfb6 100644
--- a/src/runtime/NEON/functions/NECast.cpp
+++ b/src/runtime/NEON/functions/NECast.cpp
@@ -24,8 +24,8 @@
#include "arm_compute/runtime/NEON/functions/NECast.h"
#include "arm_compute/core/ITensor.h"
-#include "arm_compute/core/TensorInfo.h"
#include "arm_compute/core/NEON/kernels/NEDepthConvertLayerKernel.h"
+#include "arm_compute/core/TensorInfo.h"
#include "support/ToolchainSupport.h"
#include <utility>