From eb5f831db9b3c75aa72a8c49420369ad6b10ce7d Mon Sep 17 00:00:00 2001 From: Roman Kubiak Date: Tue, 13 Oct 2020 13:09:40 +0200 Subject: [PATCH] [EGD-3506]: removed stale include from update window --- module-apps/application-desktop/windows/Update.hpp | 1 - 1 file changed, 1 deletion(-) diff --git a/module-apps/application-desktop/windows/Update.hpp b/module-apps/application-desktop/windows/Update.hpp index fed3e2182948d4429ba6c9bdef5656de2fc191d3..df455cf09a49c9d9fe23033ad3e4663b70be6818 100644 --- a/module-apps/application-desktop/windows/Update.hpp +++ b/module-apps/application-desktop/windows/Update.hpp @@ -1,7 +1,6 @@ #pragma once #include -#include #include "AppWindow.hpp" #include "gui/widgets/Label.hpp" #include "gui/widgets/TextFixedSize.hpp"