mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 23:07:35 +00:00
AK: Rename RetainPtr.h => RefPtr.h, Retained.h => NonnullRefPtr.h.
This commit is contained in:
parent
e97d714bbc
commit
550b0b062b
39 changed files with 39 additions and 39 deletions
|
@ -1,6 +1,6 @@
|
|||
#include <AK/Bitmap.h>
|
||||
#include <AK/Retained.h>
|
||||
#include <AK/RetainPtr.h>
|
||||
#include <AK/NonnullRefPtr.h>
|
||||
#include <AK/RefPtr.h>
|
||||
#include <Kernel/Assertions.h>
|
||||
#include <Kernel/PhysicalAddress.h>
|
||||
#include <Kernel/VM/PhysicalPage.h>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue