diff options
author | bunnei <bunneidev@gmail.com> | 2019-03-07 03:55:16 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-03-07 03:55:16 +0100 |
commit | ed0bdcc6385f8984b07780a7b2071696c4829466 (patch) | |
tree | 24f3df88cf878349c0d7b4c58a25d702789de057 /src/core/hle/ipc.h | |
parent | Merge pull request #2190 from lioncash/ogl-global (diff) | |
parent | core/hle/ipc: Remove unnecessary includes (diff) | |
download | yuzu-ed0bdcc6385f8984b07780a7b2071696c4829466.tar yuzu-ed0bdcc6385f8984b07780a7b2071696c4829466.tar.gz yuzu-ed0bdcc6385f8984b07780a7b2071696c4829466.tar.bz2 yuzu-ed0bdcc6385f8984b07780a7b2071696c4829466.tar.lz yuzu-ed0bdcc6385f8984b07780a7b2071696c4829466.tar.xz yuzu-ed0bdcc6385f8984b07780a7b2071696c4829466.tar.zst yuzu-ed0bdcc6385f8984b07780a7b2071696c4829466.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 { |