Remove unused include in kernel.cpp

This commit is contained in:
Ryan Teal 2019-08-18 15:32:52 +01:00
parent d4e2079474
commit 9a36d5fcf9
No known key found for this signature in database
GPG Key ID: AE2B2673908BA2C3

View File

@ -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_) {}