From: Stephan Witt Date: Fri, 18 Aug 2023 10:51:40 +0000 (+0200) Subject: Amend change 5c8e3a5f0d - correct include directives X-Git-Url: https://git.lyx.org/gitweb/?a=commitdiff_plain;h=d409555bda9772a7f684cdd4701ada38231c3082;p=features.git Amend change 5c8e3a5f0d - correct include directives --- diff --git a/src/frontends/qt/GuiProgress.cpp b/src/frontends/qt/GuiProgress.cpp index 80ba8aecf8..4e35b58867 100644 --- a/src/frontends/qt/GuiProgress.cpp +++ b/src/frontends/qt/GuiProgress.cpp @@ -13,7 +13,6 @@ #include #include "GuiProgress.h" -#include "ui_ToggleWarningUi.h" #include "qt_helpers.h" @@ -23,9 +22,10 @@ #include "support/Systemcall.h" #include -#include +#include #include #include +#include namespace lyx {