From 0fd3b524b24e11f678b488611f28d66dfd349ee2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Br=C3=BCbach=2C=20Lukas?= Date: Sat, 29 Nov 2025 15:19:55 +0100 Subject: [PATCH] [Cleanup] Redo fwd declarations. --- .../src/interface/widgets/dialogs/dlg_tip_of_the_day.h | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/cockatrice/src/interface/widgets/dialogs/dlg_tip_of_the_day.h b/cockatrice/src/interface/widgets/dialogs/dlg_tip_of_the_day.h index 9f8e87a88..3dad7c652 100644 --- a/cockatrice/src/interface/widgets/dialogs/dlg_tip_of_the_day.h +++ b/cockatrice/src/interface/widgets/dialogs/dlg_tip_of_the_day.h @@ -7,17 +7,18 @@ #ifndef DLG_TIPOFDAY_H #define DLG_TIPOFDAY_H -#include #include #include #include -#include #include #include #include inline Q_LOGGING_CATEGORY(DlgTipOfTheDayLog, "dlg_tip_of_the_day"); +class QLabel; +class QPushButton; +class QCheckBox; class TipsOfTheDay; class DlgTipOfTheDay : public QDialog