diff options
| author | 2019-01-17 11:55:52 -0500 | |
|---|---|---|
| committer | 2019-01-17 11:58:43 -0500 | |
| commit | a0f615f2325d2960315356992a4cab727e62bd84 (patch) | |
| tree | 5de8472e14317f9ff2a3301f9bd4729bd7dee95d /src | |
| parent | yuzu/configuration/configure_debug: Remove unused header inclusions (diff) | |
| download | yuzu-a0f615f2325d2960315356992a4cab727e62bd84.tar.gz yuzu-a0f615f2325d2960315356992a4cab727e62bd84.tar.xz yuzu-a0f615f2325d2960315356992a4cab727e62bd84.zip | |
yuzu/configuration/configure_per_general: Remove unused header inclusions
Diffstat (limited to 'src')
| -rw-r--r-- | src/yuzu/configuration/configure_per_general.cpp | 1 | ||||
| -rw-r--r-- | src/yuzu/configuration/configure_per_general.h | 6 |
2 files changed, 3 insertions, 4 deletions
diff --git a/src/yuzu/configuration/configure_per_general.cpp b/src/yuzu/configuration/configure_per_general.cpp index e13d2eac8..022b94609 100644 --- a/src/yuzu/configuration/configure_per_general.cpp +++ b/src/yuzu/configuration/configure_per_general.cpp | |||
| @@ -8,7 +8,6 @@ | |||
| 8 | 8 | ||
| 9 | #include <QHeaderView> | 9 | #include <QHeaderView> |
| 10 | #include <QMenu> | 10 | #include <QMenu> |
| 11 | #include <QMessageBox> | ||
| 12 | #include <QStandardItemModel> | 11 | #include <QStandardItemModel> |
| 13 | #include <QString> | 12 | #include <QString> |
| 14 | #include <QTimer> | 13 | #include <QTimer> |
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 @@ | |||
| 7 | #include <memory> | 7 | #include <memory> |
| 8 | #include <vector> | 8 | #include <vector> |
| 9 | 9 | ||
| 10 | #include <QKeyEvent> | 10 | #include <QDialog> |
| 11 | #include <QList> | 11 | #include <QList> |
| 12 | #include <QWidget> | ||
| 13 | 12 | ||
| 14 | #include "core/file_sys/vfs_types.h" | 13 | #include "core/file_sys/vfs_types.h" |
| 15 | 14 | ||
| 16 | class QTreeView; | ||
| 17 | class QGraphicsScene; | 15 | class QGraphicsScene; |
| 18 | class QStandardItem; | 16 | class QStandardItem; |
| 19 | class QStandardItemModel; | 17 | class QStandardItemModel; |
| 18 | class QTreeView; | ||
| 19 | class QVBoxLayout; | ||
| 20 | 20 | ||
| 21 | namespace Ui { | 21 | namespace Ui { |
| 22 | class ConfigurePerGameGeneral; | 22 | class ConfigurePerGameGeneral; |