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.pull/15/head
parent
e28a5b0d18
commit
8c05dfaa61
|
|
@ -6,7 +6,6 @@
|
||||||
|
|
||||||
#include <memory>
|
#include <memory>
|
||||||
#include <QWidget>
|
#include <QWidget>
|
||||||
#include "core/settings.h"
|
|
||||||
|
|
||||||
namespace Ui {
|
namespace Ui {
|
||||||
class ConfigureHotkeys;
|
class ConfigureHotkeys;
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue