mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-20 17:29:01 +00:00
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:
parent
e55f9ed102
commit
dbf28df64c
6 changed files with 2 additions and 39 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue