From 170a57ce2d23b271e9e563ff7a2af58854fe3eeb Mon Sep 17 00:00:00 2001 From: Jules Fouchy Date: Fri, 29 Sep 2023 13:48:43 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=A7=BC=20Cleanup?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/App.h | 1 - 1 file changed, 1 deletion(-) diff --git a/src/App.h b/src/App.h index 17d5fc90..39eda495 100644 --- a/src/App.h +++ b/src/App.h @@ -22,7 +22,6 @@ #include "CommandCore/CommandExecutor_WithoutHistory_Ref.h" #include "CommandCore/ReversibleCommandExecutor_WithoutHistory_Ref.h" #include "Commands/Command_SetCameraZoom.h" // For the serialization functions -#include "Cool/ImGui/ImGuiWindow.h" #include "Cool/StrongTypes/Camera2D.h" #include "Cool/Tips/TipsManager.h" #include "Cool/View/ForwardingOrRenderView.h"