aboutsummaryrefslogtreecommitdiff
path: root/src/core/TracePoint.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/TracePoint.cpp')
-rw-r--r--src/core/TracePoint.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/TracePoint.cpp b/src/core/TracePoint.cpp
index 06d9527486..d67faad868 100644
--- a/src/core/TracePoint.cpp
+++ b/src/core/TracePoint.cpp
@@ -33,12 +33,12 @@
#include "arm_compute/core/IPyramid.h"
#include "arm_compute/core/ITensor.h"
#include "arm_compute/core/KernelDescriptors.h"
-#include "arm_compute/core/NEON/kernels/assembly/arm_gemm.hpp"
#include "arm_compute/core/PixelValue.h"
#include "arm_compute/core/Window.h"
#include "arm_compute/runtime/FunctionDescriptors.h"
#include "arm_compute/runtime/IWeightsManager.h"
#include "arm_compute/runtime/MemoryGroup.h"
+#include "src/core/NEON/kernels/assembly/arm_gemm.hpp"
#include "utils/TypePrinter.h"
#include <array>