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.
This commit is contained in:
Lioncash 2019-04-09 19:37:06 -04:00 committed by fearlessTobi
parent 35281b4b3b
commit 21cba77708

View file

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