This commit is contained in:
Nav
2022-06-04 15:20:37 +01:00
parent e8b39122ad
commit b3af06654c
3 changed files with 4 additions and 5 deletions

View File

@@ -9,7 +9,6 @@
#include "src/Application.hpp"
#include "src/Logger/Logger.hpp"
#include "src/Exceptions/Exception.hpp"
namespace Bloom::DebugServer::Gdb::CommandPackets
{
@@ -17,8 +16,6 @@ namespace Bloom::DebugServer::Gdb::CommandPackets
using ResponsePackets::ResponsePacket;
using Exceptions::Exception;
TargetInfoMachine::TargetInfoMachine(Monitor&& monitorPacket)
: Monitor(std::move(monitorPacket))
{}