TitleDatabase: Fix header includes

Remove unneeded includes, and add missing includes.
This commit is contained in:
Léo Lam 2017-05-22 02:02:04 +02:00
parent bd178ea3c6
commit 6bc4cc984f
2 changed files with 2 additions and 2 deletions

View file

@ -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"