DolphinQT: Remove unnecessary includes from achievement files

Reduces the amount of dependencies being pulled in on both local and
external headers.
This commit is contained in:
Lioncash
2023-12-11 13:38:04 -05:00
parent e55f9ed102
commit dbf28df64c
6 changed files with 2 additions and 39 deletions

View File

@ -6,9 +6,6 @@
#ifdef USE_RETRO_ACHIEVEMENTS
#include <QDialog>
#include "Core/AchievementManager.h"
#include "DolphinQt/QtUtils/QueueOnObject.h"
class AchievementHeaderWidget;
class AchievementLeaderboardWidget;
class AchievementSettingsWidget;