mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 15:17:36 +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:
parent
b4a2bb9383
commit
73fdbba59c
140 changed files with 147 additions and 147 deletions
|
@ -12,9 +12,9 @@
|
|||
#define ASSERT_NOT_REACHED() fprintf(stderr, "\033[31;1mASSERT_NOT_REACHED\033[0m\n");
|
||||
#define RELEASE_ASSERT ASSERT
|
||||
|
||||
#include "AKString.h"
|
||||
#include "Function.h"
|
||||
#include "NonnullRefPtrVector.h"
|
||||
#include <AK/Function.h>
|
||||
#include <AK/NonnullRefPtrVector.h>
|
||||
#include <AK/String.h>
|
||||
#include <chrono>
|
||||
|
||||
namespace AK {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue