Browse Source

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.
nce_cpp
Lioncash 7 years ago
parent
commit
ccb03bcd2f
  1. 1
      src/yuzu/configuration/configure_hotkeys.h

1
src/yuzu/configuration/configure_hotkeys.h

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

Loading…
Cancel
Save