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
Notes: sideshowbarker 2024-07-19 13:32:10 +09:00
39 changed files with 39 additions and 39 deletions

View File

@@ -5,7 +5,7 @@
#include <AK/Function.h>
#include <AK/HashMap.h>
#include <AK/OwnPtr.h>
#include <AK/RetainPtr.h>
#include <AK/RefPtr.h>
#include <AK/Vector.h>
#include <Kernel/FileSystem/FileSystem.h>
#include <Kernel/FileSystem/InodeIdentifier.h>