aboutsummaryrefslogtreecommitdiff
path: root/src/profiling/NullProfilingConnection.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/profiling/NullProfilingConnection.hpp')
-rw-r--r--src/profiling/NullProfilingConnection.hpp10
1 files changed, 5 insertions, 5 deletions
diff --git a/src/profiling/NullProfilingConnection.hpp b/src/profiling/NullProfilingConnection.hpp
index ef09794ec5..a5f8dae90d 100644
--- a/src/profiling/NullProfilingConnection.hpp
+++ b/src/profiling/NullProfilingConnection.hpp
@@ -7,7 +7,7 @@
#include "IProfilingConnection.hpp"
-#include <armnn/utility/IgnoreUnused.hpp>
+#include <common/include/IgnoreUnused.hpp>
namespace arm
{
@@ -23,14 +23,14 @@ class NullProfilingConnection : public IProfilingConnection
virtual bool WritePacket(const unsigned char* buffer, uint32_t length) override
{
- armnn::IgnoreUnused(buffer);
- armnn::IgnoreUnused(length);
+ arm::pipe::IgnoreUnused(buffer);
+ arm::pipe::IgnoreUnused(length);
return true;
};
virtual Packet ReadPacket(uint32_t timeout) override
{
- armnn::IgnoreUnused(timeout);
+ arm::pipe::IgnoreUnused(timeout);
return Packet(0);
}
@@ -38,4 +38,4 @@ class NullProfilingConnection : public IProfilingConnection
} // namespace pipe
-} // namespace arm \ No newline at end of file
+} // namespace arm