Skip to content
Snippets Groups Projects
Commit 8c05dfaa authored by Lioncash's avatar Lioncash
Browse files

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.
parent e28a5b0d
No related branches found
No related tags found
No related merge requests found
...@@ -6,7 +6,6 @@ ...@@ -6,7 +6,6 @@
#include <memory> #include <memory>
#include <QWidget> #include <QWidget>
#include "core/settings.h"
namespace Ui { namespace Ui {
class ConfigureHotkeys; class ConfigureHotkeys;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment