mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-09-25 02:38:59 +00:00
AK: Rename RetainPtr.h => RefPtr.h, Retained.h => NonnullRefPtr.h.
This commit is contained in:
parent
e97d714bbc
commit
550b0b062b
Notes:
sideshowbarker
2024-07-19 13:32:10 +09:00
Author: https://github.com/awesomekling
Commit: 550b0b062b
39 changed files with 39 additions and 39 deletions
|
@ -4,7 +4,7 @@
|
|||
#include <AK/Function.h>
|
||||
#include <AK/HashMap.h>
|
||||
#include <AK/Retainable.h>
|
||||
#include <AK/Retained.h>
|
||||
#include <AK/NonnullRefPtr.h>
|
||||
#include <AK/Weakable.h>
|
||||
#include <SharedGraphics/Rect.h>
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue