Core: Cleanup file_sys includes.

This commit is contained in:
Emmanuel Gil Peyrot
2015-06-21 15:44:11 +01:00
parent aea15f5c73
commit e5fcabdd69
22 changed files with 73 additions and 38 deletions

View File

@ -2,12 +2,17 @@
// Licensed under GPLv2 or any later version
// Refer to the license.txt file included.
#include <algorithm>
#include <vector>
#include "common/common_types.h"
#include "common/file_util.h"
#include "common/logging/log.h"
#include "common/make_unique.h"
#include "common/string_util.h"
#include "core/file_sys/archive_savedatacheck.h"
#include "core/file_sys/ivfc_archive.h"
#include "core/hle/service/fs/archive.h"
////////////////////////////////////////////////////////////////////////////////////////////////////