mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2025-07-20 19:55:46 +00:00
core/kernel: Remove unnecessary inclusions
Gets rid of a few unnecessary header dependencies in some source files.
This commit is contained in:
parent
79fe1a3513
commit
2935c16688
16 changed files with 22 additions and 16 deletions
|
@ -18,7 +18,7 @@
|
|||
#include "core/hle/kernel/client_session.h"
|
||||
#include "core/hle/kernel/hle_ipc.h"
|
||||
#include "core/hle/kernel/object.h"
|
||||
#include "core/hle/kernel/server_port.h"
|
||||
#include "core/hle/kernel/server_session.h"
|
||||
|
||||
namespace IPC {
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue