commit d409555bda9772a7f684cdd4701ada38231c3082
Author: Stephan Witt <sw...@lyx.org>
Date:   Fri Aug 18 12:51:40 2023 +0200

    Amend change 5c8e3a5f0d - correct include directives
---
 src/frontends/qt/GuiProgress.cpp |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/frontends/qt/GuiProgress.cpp b/src/frontends/qt/GuiProgress.cpp
index 80ba8ae..4e35b58 100644
--- a/src/frontends/qt/GuiProgress.cpp
+++ b/src/frontends/qt/GuiProgress.cpp
@@ -13,7 +13,6 @@
 #include <config.h>
 
 #include "GuiProgress.h"
-#include "ui_ToggleWarningUi.h"
 
 #include "qt_helpers.h"
 
@@ -23,9 +22,10 @@
 #include "support/Systemcall.h"
 
 #include <QApplication>
-#include <QTime>
+#include <QCheckBox>
 #include <QMessageBox>
 #include <QSettings>
+#include <QTime>
 
 
 namespace lyx {
-- 
lyx-cvs mailing list
lyx-cvs@lists.lyx.org
http://lists.lyx.org/mailman/listinfo/lyx-cvs

Reply via email to