aboutsummaryrefslogtreecommitdiff
path: root/src/runtime/CL/functions/CLReverse.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/runtime/CL/functions/CLReverse.cpp')
-rw-r--r--src/runtime/CL/functions/CLReverse.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/runtime/CL/functions/CLReverse.cpp b/src/runtime/CL/functions/CLReverse.cpp
index 213fbc8f32..b73d8de62e 100644
--- a/src/runtime/CL/functions/CLReverse.cpp
+++ b/src/runtime/CL/functions/CLReverse.cpp
@@ -23,8 +23,8 @@
*/
#include "arm_compute/runtime/CL/functions/CLReverse.h"
-#include "arm_compute/core/CL/kernels/CLReverseKernel.h"
#include "arm_compute/core/Types.h"
+#include "src/core/CL/kernels/CLReverseKernel.h"
#include "support/MemorySupport.h"
namespace arm_compute