1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-31 11:08:11 +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:
Andreas Kling 2019-09-06 15:34:26 +02:00
parent b4a2bb9383
commit 73fdbba59c
140 changed files with 147 additions and 147 deletions

View file

@ -2,7 +2,7 @@
#include "IO.h"
#include "StdLib.h"
#include "kmalloc.h"
#include <AK/AKString.h>
#include <AK/String.h>
#include <Kernel/Arch/i386/CPU.h>
#include <Kernel/Devices/KeyboardDevice.h>