aboutsummaryrefslogtreecommitdiff
path: root/tests/profiling/gatordmock/PeriodicCounterSelectionResponseHandler.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'tests/profiling/gatordmock/PeriodicCounterSelectionResponseHandler.hpp')
-rw-r--r--tests/profiling/gatordmock/PeriodicCounterSelectionResponseHandler.hpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/tests/profiling/gatordmock/PeriodicCounterSelectionResponseHandler.hpp b/tests/profiling/gatordmock/PeriodicCounterSelectionResponseHandler.hpp
index 6b82280e81..c075857816 100644
--- a/tests/profiling/gatordmock/PeriodicCounterSelectionResponseHandler.hpp
+++ b/tests/profiling/gatordmock/PeriodicCounterSelectionResponseHandler.hpp
@@ -2,6 +2,7 @@
// Copyright © 2019 Arm Ltd. All rights reserved.
// SPDX-License-Identifier: MIT
//
+#pragma once
#include <CommandHandlerFunctor.hpp>
#include <Packet.hpp>
@@ -14,8 +15,6 @@ namespace armnn
namespace gatordmock
{
-#pragma once
-
class PeriodicCounterSelectionResponseHandler : public profiling::CommandHandlerFunctor
{