Explorar el Código

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 hace 7 años
padre
commit
8c05dfaa61
Se han modificado 1 ficheros con 0 adiciones y 1 borrados
  1. 0 1
      src/yuzu/configuration/configure_hotkeys.h

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

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