mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2024-11-14 21:37:52 -07:00
TitleDatabase: Fix header includes
Remove unneeded includes, and add missing includes.
This commit is contained in:
parent
bd178ea3c6
commit
6bc4cc984f
@ -2,8 +2,10 @@
|
||||
// Licensed under GPLv2+
|
||||
// Refer to the license.txt file included.
|
||||
|
||||
#include <cstddef>
|
||||
#include <fstream>
|
||||
#include <functional>
|
||||
#include <utility>
|
||||
|
||||
#include "Core/TitleDatabase.h"
|
||||
|
||||
|
@ -7,8 +7,6 @@
|
||||
#include <string>
|
||||
#include <unordered_map>
|
||||
|
||||
#include "Common/CommonTypes.h"
|
||||
|
||||
namespace Core
|
||||
{
|
||||
// Reader for title database files.
|
||||
|
Loading…
Reference in New Issue
Block a user