This commit is contained in:
Nav
2023-05-30 00:40:36 +01:00
parent 750673d867
commit 073b60d009
2 changed files with 1 additions and 2 deletions

View File

@@ -14,8 +14,6 @@
#include "src/Exceptions/Exception.hpp"
#include "src/Services/PathService.hpp"
#include "src/Targets/TargetMemory.hpp"
#include "src/Insight/InsightSignals.hpp"
#include "src/Insight/InsightWorker/InsightWorker.hpp"
#include "src/Insight/InsightWorker/Tasks/ReadProgramCounter.hpp"

View File

@@ -11,6 +11,7 @@
#include "src/Targets/TargetState.hpp"
#include "src/Targets/TargetDescriptor.hpp"
#include "src/Targets/TargetMemory.hpp"
#include "src/Targets/TargetVariant.hpp"
#include "Widgets/Label.hpp"