aboutsummaryrefslogtreecommitdiff
path: root/src/runtime/NEON/functions/NEReorgLayer.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/runtime/NEON/functions/NEReorgLayer.cpp')
-rw-r--r--src/runtime/NEON/functions/NEReorgLayer.cpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/runtime/NEON/functions/NEReorgLayer.cpp b/src/runtime/NEON/functions/NEReorgLayer.cpp
index 8ee73d7390..14e41d6df4 100644
--- a/src/runtime/NEON/functions/NEReorgLayer.cpp
+++ b/src/runtime/NEON/functions/NEReorgLayer.cpp
@@ -23,9 +23,8 @@
*/
#include "arm_compute/runtime/NEON/functions/NEReorgLayer.h"
-#include "src/core/NEON/kernels/NEReorgLayerKernel.h"
-
#include "src/common/utils/Log.h"
+#include "src/core/NEON/kernels/NEReorgLayerKernel.h"
namespace arm_compute
{