1
0
mirror of https://github.com/RPCS3/rpcs3.git synced 2025-01-31 20:41:45 +01:00

Remove redundant imports

They are already included on the related rpcs3qt files
This commit is contained in:
Ani 2018-02-03 03:36:36 +00:00 committed by Ivan
parent 6dd2c78b1b
commit 777cd9a8ae

View File

@ -8,14 +8,9 @@
#include "rpcs3qt/gs_frame.h"
#include "rpcs3qt/gl_gs_frame.h"
#include "Emu/Cell/Modules/sceNpTrophy.h"
#include "rpcs3qt/trophy_notification_helper.h"
#include "Emu/Cell/Modules/cellSaveData.h"
#include "rpcs3qt/save_data_dialog.h"
#include "rpcs3qt/msg_dialog_frame.h"
#include "Emu/Cell/Modules/cellMsgDialog.h"
#include "Emu/Io/Null/NullKeyboardHandler.h"
#include "basic_keyboard_handler.h"