Qt/GameList: Replace includes with forward declarations where applicable

Avoids dragging in a bunch of includes from the header files, and also
reduces the amount of files that need to be recompiled if one of those
included headers' source content is ever changed.
This commit is contained in:
Lioncash
2018-07-10 15:37:55 -04:00
parent b9960777a7
commit 9b2ffb6221
8 changed files with 48 additions and 16 deletions

View File

@ -36,7 +36,7 @@
#include "Core/Core.h"
#include "Core/NetPlayServer.h"
#include "DolphinQt/GameList/GameList.h"
#include "DolphinQt/GameList/GameListModel.h"
#include "DolphinQt/NetPlay/GameListDialog.h"
#include "DolphinQt/NetPlay/MD5Dialog.h"
#include "DolphinQt/NetPlay/PadMappingDialog.h"