summaryrefslogtreecommitdiff
path: root/src/core/loader/elf.cpp
diff options
context:
space:
mode:
authorGravatar Emmanuel Gil Peyrot2015-06-21 14:58:59 +0100
committerGravatar Emmanuel Gil Peyrot2015-06-28 00:36:54 +0100
commit45c4781544624c85a8178c6ee445cfe6a4751910 (patch)
tree7436de6c4df4443eaa9ddac821550310a961a92b /src/core/loader/elf.cpp
parentCommon: Cleanup emu_window includes. (diff)
downloadyuzu-45c4781544624c85a8178c6ee445cfe6a4751910.tar.gz
yuzu-45c4781544624c85a8178c6ee445cfe6a4751910.tar.xz
yuzu-45c4781544624c85a8178c6ee445cfe6a4751910.zip
CitraQt: Cleanup includes.
Diffstat (limited to 'src/core/loader/elf.cpp')
-rw-r--r--src/core/loader/elf.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/core/loader/elf.cpp b/src/core/loader/elf.cpp
index f00753a79..a7eea78aa 100644
--- a/src/core/loader/elf.cpp
+++ b/src/core/loader/elf.cpp
@@ -2,6 +2,7 @@
2// Licensed under GPLv2 or any later version 2// Licensed under GPLv2 or any later version
3// Refer to the license.txt file included. 3// Refer to the license.txt file included.
4 4
5#include <cstring>
5#include <string> 6#include <string>
6#include <memory> 7#include <memory>
7 8
@@ -10,7 +11,7 @@
10#include "common/logging/log.h" 11#include "common/logging/log.h"
11#include "common/symbols.h" 12#include "common/symbols.h"
12 13
13#include "core/hle/kernel/kernel.h" 14#include "core/hle/kernel/process.h"
14#include "core/hle/kernel/resource_limit.h" 15#include "core/hle/kernel/resource_limit.h"
15#include "core/loader/elf.h" 16#include "core/loader/elf.h"
16#include "core/memory.h" 17#include "core/memory.h"