diff options
Diffstat (limited to '')
| -rw-r--r-- | src/citra_qt/main.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/citra_qt/main.h b/src/citra_qt/main.h index 10157310e..c4349513f 100644 --- a/src/citra_qt/main.h +++ b/src/citra_qt/main.h | |||
| @@ -5,9 +5,8 @@ | |||
| 5 | #ifndef _CITRA_QT_MAIN_HXX_ | 5 | #ifndef _CITRA_QT_MAIN_HXX_ |
| 6 | #define _CITRA_QT_MAIN_HXX_ | 6 | #define _CITRA_QT_MAIN_HXX_ |
| 7 | 7 | ||
| 8 | #include <QMainWindow> | ||
| 9 | #include <memory> | 8 | #include <memory> |
| 10 | 9 | #include <QMainWindow> | |
| 11 | #include "ui_main.h" | 10 | #include "ui_main.h" |
| 12 | 11 | ||
| 13 | class Config; | 12 | class Config; |