mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-06-09 09:34:57 +09:00
AK: Rename <AK/AKString.h> to <AK/String.h>
This was a workaround to be able to build on case-insensitive file systems where it might get confused about <string.h> vs <String.h>. Let's just not support building that way, so String.h can have an objectively nicer name. :^)
This commit is contained in:
parent
b4a2bb9383
commit
73fdbba59c
Notes:
sideshowbarker
2024-07-19 12:15:20 +09:00
Author: https://github.com/awesomekling
Commit: 73fdbba59c
140 changed files with 147 additions and 147 deletions
|
@ -1,6 +1,6 @@
|
|||
#pragma once
|
||||
|
||||
#include <AK/AKString.h>
|
||||
#include <AK/String.h>
|
||||
#include <AK/LogStream.h>
|
||||
#include <AK/NetworkOrdered.h>
|
||||
#include <AK/Optional.h>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue