aboutsummaryrefslogtreecommitdiff
path: root/src/profiling/CommandHandlerFunctor.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/profiling/CommandHandlerFunctor.hpp')
-rw-r--r--src/profiling/CommandHandlerFunctor.hpp8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/profiling/CommandHandlerFunctor.hpp b/src/profiling/CommandHandlerFunctor.hpp
index ea76d10141..743bb937c2 100644
--- a/src/profiling/CommandHandlerFunctor.hpp
+++ b/src/profiling/CommandHandlerFunctor.hpp
@@ -3,11 +3,13 @@
// SPDX-License-Identifier: MIT
//
+#pragma once
+
#include "Packet.hpp"
-#include <cstdint>
+#include <armnn/utility/IgnoreUnused.hpp>
-#include <boost/core/ignore_unused.hpp>
+#include <cstdint>
namespace armnn
{
@@ -15,8 +17,6 @@ namespace armnn
namespace profiling
{
-#pragma once
-
class CommandHandlerFunctor
{
public: