summaryrefslogtreecommitdiff
path: root/src/core/loader/loader.h
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/loader.h
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/loader.h')
-rw-r--r--src/core/loader/loader.h7
1 files changed, 6 insertions, 1 deletions
diff --git a/src/core/loader/loader.h b/src/core/loader/loader.h
index 1c33b1c16..52bbf35b8 100644
--- a/src/core/loader/loader.h
+++ b/src/core/loader/loader.h
@@ -4,13 +4,18 @@
4 4
5#pragma once 5#pragma once
6 6
7#include <algorithm>
8#include <initializer_list>
7#include <memory> 9#include <memory>
10#include <string>
8#include <vector> 11#include <vector>
9 12
10#include "common/common_types.h" 13#include "common/common_types.h"
11#include "common/file_util.h" 14#include "common/file_util.h"
12 15
13#include "core/hle/kernel/process.h" 16namespace Kernel {
17struct AddressMapping;
18}
14 19
15//////////////////////////////////////////////////////////////////////////////////////////////////// 20////////////////////////////////////////////////////////////////////////////////////////////////////
16// Loader namespace 21// Loader namespace