aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFrancis Murtagh <francis.murtagh@arm.com>2019-12-06 14:50:54 +0000
committerNikhil Raj Arm <nikhil.raj@arm.com>2019-12-06 16:03:43 +0000
commit78f24e16bd7de81f2fa3da34247797106161d0d4 (patch)
treea84f7ca72a5d6dc07e2dae7b004b223eeb31b771
parentfbc6e4b5227c0e9faa5e7d88934a6d6546575a04 (diff)
downloadarmnn-78f24e16bd7de81f2fa3da34247797106161d0d4.tar.gz
Bugfix: Fix include directives for Gatord
* Github issue #311 Change-Id: I5fd8bca4512643573f97805d69384d9445962801 Signed-off-by: Francis Murtagh <francis.murtagh@arm.com>
-rw-r--r--tests/profiling/gatordmock/PeriodicCounterCaptureCommandHandler.hpp1
-rw-r--r--tests/profiling/gatordmock/PeriodicCounterSelectionResponseHandler.hpp4
2 files changed, 2 insertions, 3 deletions
diff --git a/tests/profiling/gatordmock/PeriodicCounterCaptureCommandHandler.hpp b/tests/profiling/gatordmock/PeriodicCounterCaptureCommandHandler.hpp
index 4135a2fb06..478d0a6ca9 100644
--- a/tests/profiling/gatordmock/PeriodicCounterCaptureCommandHandler.hpp
+++ b/tests/profiling/gatordmock/PeriodicCounterCaptureCommandHandler.hpp
@@ -7,7 +7,6 @@
#include <Packet.hpp>
#include <CommandHandlerFunctor.hpp>
-#include "../../armnn/src/profiling/Packet.hpp"
#include <vector>
diff --git a/tests/profiling/gatordmock/PeriodicCounterSelectionResponseHandler.hpp b/tests/profiling/gatordmock/PeriodicCounterSelectionResponseHandler.hpp
index faf9792ac0..6b82280e81 100644
--- a/tests/profiling/gatordmock/PeriodicCounterSelectionResponseHandler.hpp
+++ b/tests/profiling/gatordmock/PeriodicCounterSelectionResponseHandler.hpp
@@ -3,8 +3,8 @@
// SPDX-License-Identifier: MIT
//
-#include "../../armnn/src/profiling/CommandHandlerFunctor.hpp"
-#include "../../armnn/src/profiling/Packet.hpp"
+#include <CommandHandlerFunctor.hpp>
+#include <Packet.hpp>
#include <vector>