From 073b60d0097be69df776b6cb7de9013a975ca548 Mon Sep 17 00:00:00 2001 From: Nav Date: Tue, 30 May 2023 00:40:36 +0100 Subject: [PATCH] Tidying --- src/Insight/UserInterfaces/InsightWindow/InsightWindow.cpp | 2 -- src/Insight/UserInterfaces/InsightWindow/InsightWindow.hpp | 1 + 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/src/Insight/UserInterfaces/InsightWindow/InsightWindow.cpp b/src/Insight/UserInterfaces/InsightWindow/InsightWindow.cpp index 41e6b129..41402962 100644 --- a/src/Insight/UserInterfaces/InsightWindow/InsightWindow.cpp +++ b/src/Insight/UserInterfaces/InsightWindow/InsightWindow.cpp @@ -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" diff --git a/src/Insight/UserInterfaces/InsightWindow/InsightWindow.hpp b/src/Insight/UserInterfaces/InsightWindow/InsightWindow.hpp index a6e4df1c..9a46d217 100644 --- a/src/Insight/UserInterfaces/InsightWindow/InsightWindow.hpp +++ b/src/Insight/UserInterfaces/InsightWindow/InsightWindow.hpp @@ -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"