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