aboutsummaryrefslogtreecommitdiff
path: root/tests/profiling/gatordmock/GatordMockService.cpp
diff options
context:
space:
mode:
authorMatteo Martincigh <matteo.martincigh@arm.com>2019-10-17 13:26:21 +0100
committerMatteo Martincigh <matteo.martincigh@arm.com>2019-10-17 13:34:28 +0100
commit6598427f7dc68f2c9ef6d683e80ec4627df52d58 (patch)
tree8fc60f90d77f45394454f2ab568394a04cac5cff /tests/profiling/gatordmock/GatordMockService.cpp
parent7e5eec7d06c1f753b13af653eacd476c0b68efcc (diff)
downloadarmnn-6598427f7dc68f2c9ef6d683e80ec4627df52d58.tar.gz
IVGCVSW-3400 Fixed include directives for Gatord builds
* Using proper include directives with include paths * The relative paths used were causing trouble when building on other CI systems Signed-off-by: Matteo Martincigh <matteo.martincigh@arm.com> Change-Id: I897a80d1f56fbdbc3c714a50a0598210d8f0a03c
Diffstat (limited to 'tests/profiling/gatordmock/GatordMockService.cpp')
-rw-r--r--tests/profiling/gatordmock/GatordMockService.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/profiling/gatordmock/GatordMockService.cpp b/tests/profiling/gatordmock/GatordMockService.cpp
index f4146c2e38..b5531c4e08 100644
--- a/tests/profiling/gatordmock/GatordMockService.cpp
+++ b/tests/profiling/gatordmock/GatordMockService.cpp
@@ -2,9 +2,10 @@
// Copyright © 2019 Arm Ltd. All rights reserved.
// SPDX-License-Identifier: MIT
//
+
#include "GatordMockService.hpp"
-#include "../../src/profiling/CommandHandlerRegistry.hpp"
+#include <CommandHandlerRegistry.hpp>
#include <cerrno>
#include <fcntl.h>
@@ -16,7 +17,6 @@
#include <sys/un.h>
#include <unistd.h>
-
namespace armnn
{