Tidying/consistency of includes

This commit is contained in:
Nav
2021-10-02 17:39:27 +01:00
parent fc6d7dfc51
commit df6b94b0de
27 changed files with 51 additions and 29 deletions

View File

@@ -1,8 +1,9 @@
#include "CommandPacket.hpp"
#include "src/DebugServers/GdbRsp/GdbRspDebugServer.hpp"
using namespace Bloom::DebugServers::Gdb::CommandPackets;
void CommandPacket::dispatchToHandler(Gdb::GdbRspDebugServer& gdbRspDebugServer) {
gdbRspDebugServer.handleGdbPacket(*this);
}
}