Skip to content

Commit

Permalink
RMG: remove unrequired Settings.hpp include
Browse files Browse the repository at this point in the history
  • Loading branch information
Rosalie241 committed Dec 24, 2024
1 parent a5e685b commit e9f0f42
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Source/RMG/UserInterface/Dialog/SettingsDialog.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,6 @@
*/
#include "SettingsDialog.hpp"
#include "OnScreenDisplay.hpp"
#include "RMG-Core/DiscordRpc.hpp"
#include "RMG-Core/Settings/Settings.hpp"
#include "UserInterface/Widget/KeybindButton.hpp"
#include "UserInterface/Dialog/Netplay/NetplayCommon.hpp"

Expand All @@ -23,6 +21,8 @@
#include <QDirIterator>
#include <QLabel>

#include <RMG-Core/Core.hpp>

using namespace UserInterface::Dialog;

//
Expand Down

0 comments on commit e9f0f42

Please sign in to comment.