diff options
author | Lioncash <mathew1800@gmail.com> | 2019-03-05 15:20:11 +0100 |
---|---|---|
committer | Lioncash <mathew1800@gmail.com> | 2019-03-05 15:53:38 +0100 |
commit | 02bc9e9de14664f337da07f0efce750a0b6e993a (patch) | |
tree | 1c104148856a81c4e84c2c07b3016eb5be45bb22 /src/core/hle/ipc.h | |
parent | Merge pull request #2185 from FearlessTobi/port-4630 (diff) | |
download | yuzu-02bc9e9de14664f337da07f0efce750a0b6e993a.tar yuzu-02bc9e9de14664f337da07f0efce750a0b6e993a.tar.gz yuzu-02bc9e9de14664f337da07f0efce750a0b6e993a.tar.bz2 yuzu-02bc9e9de14664f337da07f0efce750a0b6e993a.tar.lz yuzu-02bc9e9de14664f337da07f0efce750a0b6e993a.tar.xz yuzu-02bc9e9de14664f337da07f0efce750a0b6e993a.tar.zst yuzu-02bc9e9de14664f337da07f0efce750a0b6e993a.zip |
Diffstat (limited to 'src/core/hle/ipc.h')
-rw-r--r-- | src/core/hle/ipc.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/core/hle/ipc.h b/src/core/hle/ipc.h index ed84197b3..455d1f346 100644 --- a/src/core/hle/ipc.h +++ b/src/core/hle/ipc.h @@ -4,10 +4,10 @@ #pragma once +#include "common/bit_field.h" +#include "common/common_funcs.h" #include "common/common_types.h" #include "common/swap.h" -#include "core/hle/kernel/errors.h" -#include "core/memory.h" namespace IPC { |