1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-27 18:27:35 +00:00

AK: Rename RetainPtr.h => RefPtr.h, Retained.h => NonnullRefPtr.h.

This commit is contained in:
Andreas Kling 2019-06-21 18:45:35 +02:00
parent e97d714bbc
commit 550b0b062b
39 changed files with 39 additions and 39 deletions

View file

@ -5,7 +5,7 @@
#include <AK/Function.h>
#include <AK/HashTable.h>
#include <AK/Retainable.h>
#include <AK/Retained.h>
#include <AK/NonnullRefPtr.h>
#include <AK/WeakPtr.h>
#include <AK/Weakable.h>
#include <LibGUI/GShortcut.h>

View file

@ -2,7 +2,7 @@
#include <AK/Function.h>
#include <AK/Retainable.h>
#include <AK/Retained.h>
#include <AK/NonnullRefPtr.h>
#include <AK/Vector.h>
#include <LibGUI/GMenuItem.h>