mirror of
https://github.com/fergalmoran/ladybird.git
synced 2025-12-22 09:19:03 +00: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:
@@ -1,6 +1,6 @@
|
||||
#include <AK/TestSuite.h>
|
||||
|
||||
#include <AK/AKString.h>
|
||||
#include <AK/String.h>
|
||||
#include <AK/HashMap.h>
|
||||
|
||||
TEST_CASE(construct)
|
||||
|
||||
Reference in New Issue
Block a user