aboutsummaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorNikhil Raj <nikhil.raj@arm.com>2021-06-09 14:55:32 +0100
committerNikhil Raj <nikhil.raj@arm.com>2021-06-16 10:07:34 +0100
commit77fe76bfa8cb798943821d1f3e432c228e1cdee3 (patch)
tree0a6917287674113c00436810f3edfed04ebdeb03 /tests
parent6d666e41f55ee9cc44933310ca83771710f80b55 (diff)
downloadarmnn-77fe76bfa8cb798943821d1f3e432c228e1cdee3.tar.gz
IVGCVSW-5835 Move the src/profiling/LabelsAndEventClasses class to profiling/common
Signed-off-by: Nikhil Raj <nikhil.raj@arm.com> Change-Id: I83de0fe9c83ec7e698817095ce5cfe3319c36ea6
Diffstat (limited to 'tests')
-rw-r--r--tests/profiling/gatordmock/tests/GatordMockTests.cpp13
1 files changed, 6 insertions, 7 deletions
diff --git a/tests/profiling/gatordmock/tests/GatordMockTests.cpp b/tests/profiling/gatordmock/tests/GatordMockTests.cpp
index 66e468cb5d..a206f658b4 100644
--- a/tests/profiling/gatordmock/tests/GatordMockTests.cpp
+++ b/tests/profiling/gatordmock/tests/GatordMockTests.cpp
@@ -3,23 +3,22 @@
// SPDX-License-Identifier: MIT
//
-#include <common/include/CommandHandlerRegistry.hpp>
-#include <server/include/basePipeServer/ConnectionHandler.hpp>
#include <DirectoryCaptureCommandHandler.hpp>
#include <GatordMockService.hpp>
-#include <LabelsAndEventClasses.hpp>
#include <ProfilingService.hpp>
#include <TimelinePacketWriterFactory.hpp>
+#include <Runtime.hpp>
+#include <MockBackend.hpp>
+
+#include <common/include/LabelsAndEventClasses.hpp>
+#include <common/include/CommandHandlerRegistry.hpp>
#include <armnn/utility/Assert.hpp>
#include <armnn/utility/NumericCast.hpp>
#include <server/include/timelineDecoder/TimelineDirectoryCaptureCommandHandler.hpp>
#include <server/include/timelineDecoder/TimelineDecoder.hpp>
-
-#include <Runtime.hpp>
-
-#include <MockBackend.hpp>
+#include <server/include/basePipeServer/ConnectionHandler.hpp>
#include <doctest/doctest.h>