Reduce include chain further, forward declare settings and log model

Signed-off-by: Rachel Powers <508861+Ryex@users.noreply.github.com>
(cherry picked from commit 45df360e4c)
This commit is contained in:
Rachel Powers 2026-02-09 19:59:19 -07:00 committed by github-actions[bot]
parent 1da92c9f54
commit 18f1513aac
26 changed files with 31 additions and 12 deletions

View file

@ -2,6 +2,7 @@
#include "ui_AutoJavaWizardPage.h"
#include "Application.h"
#include "settings/SettingsObject.h"
AutoJavaWizardPage::AutoJavaWizardPage(QWidget* parent) : BaseWizardPage(parent), ui(new Ui::AutoJavaWizardPage)
{