summaryrefslogtreecommitdiff
path: root/Kernel/FileSystem/Custody.h
diff options
context:
space:
mode:
authorAndreas Kling <awesomekling@gmail.com>2019-06-21 18:58:45 +0200
committerAndreas Kling <awesomekling@gmail.com>2019-06-21 18:58:45 +0200
commitd343fb24296cdd027fd9f8051906fce49db75e0b (patch)
tree1a65318731c00a4ad5d444b7ac96b6b4718cb967 /Kernel/FileSystem/Custody.h
parent550b0b062b457d49fd30981378d00e0b47250608 (diff)
downloadserenity-d343fb24296cdd027fd9f8051906fce49db75e0b.zip
AK: Rename Retainable.h => RefCounted.h.
Diffstat (limited to 'Kernel/FileSystem/Custody.h')
-rw-r--r--Kernel/FileSystem/Custody.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/Kernel/FileSystem/Custody.h b/Kernel/FileSystem/Custody.h
index 287d099a30..dd6ad7cf32 100644
--- a/Kernel/FileSystem/Custody.h
+++ b/Kernel/FileSystem/Custody.h
@@ -3,7 +3,7 @@
#include <AK/AKString.h>
#include <AK/Badge.h>
#include <AK/RefPtr.h>
-#include <AK/Retainable.h>
+#include <AK/RefCounted.h>
class Inode;
class VFS;