From 602c3fdb3a0975418886e32cf9cc53b45d2f8964 Mon Sep 17 00:00:00 2001 From: Sergey Bugaev Date: Tue, 26 May 2020 14:52:44 +0300 Subject: AK: Rename FileSystemPath -> LexicalPath And move canonicalized_path() to a static method on LexicalPath. This is to make it clear that FileSystemPath/canonicalized_path() only perform *lexical* canonicalization. --- Libraries/LibLine/Editor.h | 1 - 1 file changed, 1 deletion(-) (limited to 'Libraries/LibLine') diff --git a/Libraries/LibLine/Editor.h b/Libraries/LibLine/Editor.h index b8e6daf0a4..695345fe0e 100644 --- a/Libraries/LibLine/Editor.h +++ b/Libraries/LibLine/Editor.h @@ -28,7 +28,6 @@ #include #include -#include #include #include #include -- cgit v1.2.3