Tidying
This commit is contained in:
@@ -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))
|
||||
{}
|
||||
|
||||
Reference in New Issue
Block a user