From 777cd9a8ae36302fc01082cf4c05d1b59b5a59b5 Mon Sep 17 00:00:00 2001 From: Ani Date: Sat, 3 Feb 2018 03:36:36 +0000 Subject: [PATCH] Remove redundant imports They are already included on the related rpcs3qt files --- rpcs3/rpcs3_app.cpp | 5 ----- 1 file changed, 5 deletions(-) diff --git a/rpcs3/rpcs3_app.cpp b/rpcs3/rpcs3_app.cpp index f8ffa178b2..1894c6b52e 100644 --- a/rpcs3/rpcs3_app.cpp +++ b/rpcs3/rpcs3_app.cpp @@ -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"