Przeglądaj źródła

configure_hotkey: Remove unnecessary include

Avoids dumping all of the core settings machinery into whatever files
include this header. Nothing inside the header itself actually made use
of anything in settings.h anyways.
Lioncash 7 lat temu
rodzic
commit
8c05dfaa61
1 zmienionych plików z 0 dodań i 1 usunięć
  1. 0 1
      src/yuzu/configuration/configure_hotkeys.h

+ 0 - 1
src/yuzu/configuration/configure_hotkeys.h

@@ -6,7 +6,6 @@
 
 
 #include <memory>
 #include <memory>
 #include <QWidget>
 #include <QWidget>
-#include "core/settings.h"
 
 
 namespace Ui {
 namespace Ui {
 class ConfigureHotkeys;
 class ConfigureHotkeys;