mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 02:47:35 +00:00
Kernel: Replace usage of LexicalPath with KLexicalPath
This replaces all uses of LexicalPath in the Kernel with the functions from KLexicalPath. This also allows the Kernel to stop including AK::LexicalPath.
This commit is contained in:
parent
87a62f4def
commit
ee342f5ec3
6 changed files with 21 additions and 25 deletions
|
@ -303,7 +303,6 @@ set(AK_SOURCES
|
|||
../AK/FlyString.cpp
|
||||
../AK/GenericLexer.cpp
|
||||
../AK/Hex.cpp
|
||||
../AK/LexicalPath.cpp
|
||||
../AK/String.cpp
|
||||
../AK/StringBuilder.cpp
|
||||
../AK/StringImpl.cpp
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue