mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-05-12 22:22:55 +00:00
AK: Move the userspace SharedBuffer from LibC to AK
This always felt out-of-place in LibC.
This commit is contained in:
parent
38f93ef13b
commit
fc86460134
Notes:
sideshowbarker
2024-07-19 10:28:39 +09:00
Author: https://github.com/awesomekling
Commit: fc86460134
22 changed files with 41 additions and 24 deletions
|
@ -1,4 +1,4 @@
|
|||
#include <LibC/SharedBuffer.h>
|
||||
#include <AK/SharedBuffer.h>
|
||||
#include <LibCore/CFile.h>
|
||||
#include <LibHTML/ResourceLoader.h>
|
||||
#include <LibProtocol/Client.h>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue