Kernel: move Device.h to its own directory

This commit is contained in:
Bananymous
2023-07-19 23:50:57 +03:00
parent 4d5b14753d
commit adbe13938e
7 changed files with 11 additions and 9 deletions

View File

@@ -1,4 +1,4 @@
#include <kernel/Device.h>
#include <kernel/Device/Device.h>
#include <kernel/FS/DevFS/FileSystem.h>
namespace Kernel