cleanup includes

This commit is contained in:
Weiyi Wang 2019-03-23 17:09:02 -04:00
parent 5f11c5f733
commit 05058863b5
41 changed files with 28 additions and 22 deletions

View file

@ -63,7 +63,6 @@ std::pair<std::optional<u32>, ResultStatus> AppLoader_NCCH::LoadKernelSystemMode
ResultStatus AppLoader_NCCH::LoadExec(std::shared_ptr<Kernel::Process>& process) {
using Kernel::CodeSet;
using std::shared_ptr;
if (!is_loaded)
return ResultStatus::ErrorNotLoaded;