Moved Application::getCommandToHandlerMapping() implementation to Application.cpp

And some other tidying
This commit is contained in:
Nav
2022-05-06 19:34:12 +01:00
parent a60f780287
commit b19110ff62
4 changed files with 31 additions and 31 deletions

View File

@@ -4,7 +4,6 @@
#include <QJsonDocument>
#include <QJsonObject>
#include "src/DebugServer/Gdb/ResponsePackets/ErrorResponsePacket.hpp"
#include "src/DebugServer/Gdb/ResponsePackets/ResponsePacket.hpp"
#include "src/Application.hpp"
@@ -15,7 +14,6 @@ namespace Bloom::DebugServer::Gdb::CommandPackets
{
using TargetController::TargetControllerConsole;
using ResponsePackets::ErrorResponsePacket;
using ResponsePackets::ResponsePacket;
using Exceptions::Exception;