aboutsummaryrefslogtreecommitdiff
path: root/src/cpu/operators/CpuCast.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/cpu/operators/CpuCast.cpp')
-rw-r--r--src/cpu/operators/CpuCast.cpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/cpu/operators/CpuCast.cpp b/src/cpu/operators/CpuCast.cpp
index 1cfd8c1d0e..55b9204d71 100644
--- a/src/cpu/operators/CpuCast.cpp
+++ b/src/cpu/operators/CpuCast.cpp
@@ -23,9 +23,8 @@
*/
#include "src/cpu/operators/CpuCast.h"
-#include "src/cpu/kernels/CpuCastKernel.h"
-
#include "src/common/utils/Log.h"
+#include "src/cpu/kernels/CpuCastKernel.h"
namespace arm_compute
{