mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-05-08 03:28:31 +03:00
TitleDatabase: Fix header includes
Remove unneeded includes, and add missing includes.
This commit is contained in:
parent
bd178ea3c6
commit
6bc4cc984f
2 changed files with 2 additions and 2 deletions
|
@ -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"
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue