mirror of
https://github.com/skyline-emu/skyline.git
synced 2024-11-05 05:15:08 +01:00
Remove unused include in kernel.cpp
This commit is contained in:
parent
d4e2079474
commit
9a36d5fcf9
@ -1,5 +1,4 @@
|
|||||||
#include "kernel.h"
|
#include "kernel.h"
|
||||||
#include "svc.h"
|
|
||||||
|
|
||||||
namespace lightSwitch::os {
|
namespace lightSwitch::os {
|
||||||
Kernel::Kernel(device_state state_) : state(state_) {}
|
Kernel::Kernel(device_state state_) : state(state_) {}
|
||||||
|
Loading…
Reference in New Issue
Block a user