Tidying/consistency of includes
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
#include "src/Exceptions/Exception.hpp"
|
||||
#include "Response.hpp"
|
||||
|
||||
#include "src/Exceptions/Exception.hpp"
|
||||
|
||||
using namespace Bloom::DebugToolDrivers::Protocols::CmsisDap;
|
||||
|
||||
void Response::init(const std::vector<unsigned char>& rawResponse) {
|
||||
|
||||
@@ -1,4 +1,5 @@
|
||||
#include "AvrEvent.hpp"
|
||||
|
||||
#include "src/Exceptions/Exception.hpp"
|
||||
|
||||
using namespace Bloom::DebugToolDrivers::Protocols::CmsisDap::Edbg::Avr;
|
||||
|
||||
@@ -1,6 +1,7 @@
|
||||
#include "AvrResponse.hpp"
|
||||
|
||||
#include <cstdint>
|
||||
|
||||
#include "AvrResponse.hpp"
|
||||
#include "src/Exceptions/Exception.hpp"
|
||||
|
||||
using namespace Bloom::DebugToolDrivers::Protocols::CmsisDap::Edbg::Avr;
|
||||
@@ -40,4 +41,3 @@ void AvrResponse::init(const std::vector<unsigned char>& rawResponse) {
|
||||
|
||||
this->setResponsePacket(responsePacket);
|
||||
}
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
#include <math.h>
|
||||
|
||||
#include "AvrCommandFrame.hpp"
|
||||
|
||||
#include <math.h>
|
||||
|
||||
using namespace Bloom::DebugToolDrivers::Protocols::CmsisDap::Edbg::Avr;
|
||||
|
||||
std::vector<AvrCommand> AvrCommandFrame::generateAvrCommands(std::size_t maximumCommandPacketSize) const {
|
||||
|
||||
@@ -1,6 +1,7 @@
|
||||
#include "BreakEvent.hpp"
|
||||
|
||||
#include <cstdint>
|
||||
|
||||
#include "BreakEvent.hpp"
|
||||
#include "src/Exceptions/Exception.hpp"
|
||||
|
||||
using namespace Bloom::DebugToolDrivers::Protocols::CmsisDap::Edbg::Avr;
|
||||
|
||||
@@ -1,6 +1,7 @@
|
||||
#include "AvrResponseFrame.hpp"
|
||||
|
||||
#include <cstdint>
|
||||
|
||||
#include "AvrResponseFrame.hpp"
|
||||
#include "src/Exceptions/Exception.hpp"
|
||||
|
||||
using namespace Bloom::DebugToolDrivers::Protocols::CmsisDap::Edbg::Avr;
|
||||
|
||||
Reference in New Issue
Block a user