From 73fdbba59c6b91a0ef1789d3f37b703215ea7cef Mon Sep 17 00:00:00 2001 From: Andreas Kling Date: Fri, 6 Sep 2019 15:34:26 +0200 Subject: AK: Rename to This was a workaround to be able to build on case-insensitive file systems where it might get confused about vs . Let's just not support building that way, so String.h can have an objectively nicer name. :^) --- Kernel/FileSystem/Inode.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Kernel/FileSystem/Inode.h') diff --git a/Kernel/FileSystem/Inode.h b/Kernel/FileSystem/Inode.h index ff61f91f8c..131d83cbd8 100644 --- a/Kernel/FileSystem/Inode.h +++ b/Kernel/FileSystem/Inode.h @@ -1,6 +1,6 @@ #pragma once -#include +#include #include #include #include -- cgit v1.2.3