FileSys: Clean-up includes, de-inline destructors

This commit is contained in:
Yuri Kunde Schlesner 2015-05-06 02:15:46 -03:00
parent c916bcf7b5
commit 6f89d25f90
7 changed files with 36 additions and 21 deletions

View file

@ -2,12 +2,13 @@
// Licensed under GPLv2 or any later version
// Refer to the license.txt file included.
#include "core/hle/service/service.h"
#include "core/file_sys/file_backend.h"
#include "core/hle/service/fs/archive.h"
#include "core/hle/service/ptm/ptm.h"
#include "core/hle/service/ptm/ptm_play.h"
#include "core/hle/service/ptm/ptm_sysm.h"
#include "core/hle/service/ptm/ptm_u.h"
#include "core/hle/service/service.h"
namespace Service {
namespace PTM {