mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-04 23:14:33 +02:00
UICommon/GameFile: Remove unused includes
Nothing within the source file makes use of anything in those includes, so they can be removed.
This commit is contained in:
@@ -22,7 +22,6 @@
|
||||
#include "Common/CommonTypes.h"
|
||||
#include "Common/File.h"
|
||||
#include "Common/FileUtil.h"
|
||||
#include "Common/Hash.h"
|
||||
#include "Common/HttpRequest.h"
|
||||
#include "Common/Image.h"
|
||||
#include "Common/IniFile.h"
|
||||
@@ -30,7 +29,6 @@
|
||||
#include "Common/StringUtil.h"
|
||||
#include "Common/Swap.h"
|
||||
|
||||
#include "Core/Boot/Boot.h"
|
||||
#include "Core/Config/UISettings.h"
|
||||
#include "Core/ConfigManager.h"
|
||||
#include "Core/IOS/ES/Formats.h"
|
||||
|
Reference in New Issue
Block a user