aboutsummaryrefslogtreecommitdiff
path: root/src/gpu/cl/operators/ClQuantize.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/gpu/cl/operators/ClQuantize.cpp')
-rw-r--r--src/gpu/cl/operators/ClQuantize.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/gpu/cl/operators/ClQuantize.cpp b/src/gpu/cl/operators/ClQuantize.cpp
index 47ae5cea47..8560b5553e 100644
--- a/src/gpu/cl/operators/ClQuantize.cpp
+++ b/src/gpu/cl/operators/ClQuantize.cpp
@@ -25,10 +25,10 @@
#include "arm_compute/core/Error.h"
#include "arm_compute/runtime/CL/CLScheduler.h"
-#include "src/gpu/cl/ClCompileContext.h"
-#include "src/gpu/cl/kernels/ClQuantizeKernel.h"
#include "src/common/utils/Log.h"
+#include "src/gpu/cl/ClCompileContext.h"
+#include "src/gpu/cl/kernels/ClQuantizeKernel.h"
namespace arm_compute
{