Merge pull request #876 from lioncash/include

kernel: Remove unnecessary includes
This commit is contained in:
bunnei 2018-07-31 19:16:05 -07:00 committed by GitHub
commit f5efac3442
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
23 changed files with 47 additions and 28 deletions

View file

@ -10,7 +10,7 @@
#include "core/arm/dynarmic/arm_dynarmic.h"
#include "core/core.h"
#include "core/core_timing.h"
#include "core/hle/kernel/memory.h"
#include "core/hle/kernel/process.h"
#include "core/hle/kernel/svc.h"
#include "core/memory.h"