summaryrefslogtreecommitdiff
path: root/Kernel/FileSystem/SysFS/Subsystems/DeviceIdentifiers/DeviceComponent.h
diff options
context:
space:
mode:
Diffstat (limited to 'Kernel/FileSystem/SysFS/Subsystems/DeviceIdentifiers/DeviceComponent.h')
-rw-r--r--Kernel/FileSystem/SysFS/Subsystems/DeviceIdentifiers/DeviceComponent.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/Kernel/FileSystem/SysFS/Subsystems/DeviceIdentifiers/DeviceComponent.h b/Kernel/FileSystem/SysFS/Subsystems/DeviceIdentifiers/DeviceComponent.h
index 6859ac0ff5..1c34694d80 100644
--- a/Kernel/FileSystem/SysFS/Subsystems/DeviceIdentifiers/DeviceComponent.h
+++ b/Kernel/FileSystem/SysFS/Subsystems/DeviceIdentifiers/DeviceComponent.h
@@ -8,7 +8,7 @@
#include <AK/IntrusiveList.h>
#include <Kernel/FileSystem/SysFS/Component.h>
-#include <Kernel/KString.h>
+#include <Kernel/Library/KString.h>
namespace Kernel {