aboutsummaryrefslogtreecommitdiff
path: root/src/cpu/CpuQueue.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/cpu/CpuQueue.h')
-rw-r--r--src/cpu/CpuQueue.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/cpu/CpuQueue.h b/src/cpu/CpuQueue.h
index 871a36c85b..b6a2be0e23 100644
--- a/src/cpu/CpuQueue.h
+++ b/src/cpu/CpuQueue.h
@@ -24,10 +24,10 @@
#ifndef SRC_CPU_CPUQUEUE_H
#define SRC_CPU_CPUQUEUE_H
-#include "src/common/IQueue.h"
-
#include "arm_compute/runtime/IScheduler.h"
+#include "src/common/IQueue.h"
+
namespace arm_compute
{
namespace cpu