diff options
author | Lioncash <mathew1800@gmail.com> | 2019-01-17 11:55:52 -0500 |
---|---|---|
committer | Lioncash <mathew1800@gmail.com> | 2019-01-17 11:58:43 -0500 |
commit | a0f615f2325d2960315356992a4cab727e62bd84 (patch) | |
tree | 5de8472e14317f9ff2a3301f9bd4729bd7dee95d /src/yuzu/configuration/configure_per_general.h | |
parent | ac754a57d270187ffc82eec64cdfab531572b8f4 (diff) |
yuzu/configuration/configure_per_general: Remove unused header inclusions
Diffstat (limited to 'src/yuzu/configuration/configure_per_general.h')
-rw-r--r-- | src/yuzu/configuration/configure_per_general.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/yuzu/configuration/configure_per_general.h b/src/yuzu/configuration/configure_per_general.h index a4494446c..f8a7d5326 100644 --- a/src/yuzu/configuration/configure_per_general.h +++ b/src/yuzu/configuration/configure_per_general.h @@ -7,16 +7,16 @@ #include <memory> #include <vector> -#include <QKeyEvent> +#include <QDialog> #include <QList> -#include <QWidget> #include "core/file_sys/vfs_types.h" -class QTreeView; class QGraphicsScene; class QStandardItem; class QStandardItemModel; +class QTreeView; +class QVBoxLayout; namespace Ui { class ConfigurePerGameGeneral; |