summaryrefslogtreecommitdiffstats
path: root/src/core/hle/kernel/kernel.cpp
diff options
context:
space:
mode:
authorYuri Kunde Schlesner <yuriks@yuriks.net>2014-12-14 07:32:45 +0100
committerYuri Kunde Schlesner <yuriks@yuriks.net>2014-12-16 04:08:14 +0100
commitc72ccfa6db41039ef2eb0ce118fabe1b38da841e (patch)
tree42f766bc8ab77ae6d469c82e9d9ca729135b56a7 /src/core/hle/kernel/kernel.cpp
parentSwitch to C++14 to use std::make_unique (diff)
downloadyuzu-c72ccfa6db41039ef2eb0ce118fabe1b38da841e.tar
yuzu-c72ccfa6db41039ef2eb0ce118fabe1b38da841e.tar.gz
yuzu-c72ccfa6db41039ef2eb0ce118fabe1b38da841e.tar.bz2
yuzu-c72ccfa6db41039ef2eb0ce118fabe1b38da841e.tar.lz
yuzu-c72ccfa6db41039ef2eb0ce118fabe1b38da841e.tar.xz
yuzu-c72ccfa6db41039ef2eb0ce118fabe1b38da841e.tar.zst
yuzu-c72ccfa6db41039ef2eb0ce118fabe1b38da841e.zip
Diffstat (limited to 'src/core/hle/kernel/kernel.cpp')
-rw-r--r--src/core/hle/kernel/kernel.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/hle/kernel/kernel.cpp b/src/core/hle/kernel/kernel.cpp
index b38be0a49..95b4dfd68 100644
--- a/src/core/hle/kernel/kernel.cpp
+++ b/src/core/hle/kernel/kernel.cpp
@@ -9,7 +9,7 @@
#include "core/core.h"
#include "core/hle/kernel/kernel.h"
#include "core/hle/kernel/thread.h"
-#include "core/hle/kernel/archive.h"
+#include "core/hle/service/fs/archive.h"
namespace Kernel {