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.
master
Lioncash 2019-04-09 19:37:06 +07:00
parent e28a5b0d18
commit 8c05dfaa61
1 changed files with 0 additions and 1 deletions

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