diff options
author | Andreas Kling <awesomekling@gmail.com> | 2019-06-21 18:58:45 +0200 |
---|---|---|
committer | Andreas Kling <awesomekling@gmail.com> | 2019-06-21 18:58:45 +0200 |
commit | d343fb24296cdd027fd9f8051906fce49db75e0b (patch) | |
tree | 1a65318731c00a4ad5d444b7ac96b6b4718cb967 /Kernel/FileSystem/Custody.h | |
parent | 550b0b062b457d49fd30981378d00e0b47250608 (diff) | |
download | serenity-d343fb24296cdd027fd9f8051906fce49db75e0b.zip |
AK: Rename Retainable.h => RefCounted.h.
Diffstat (limited to 'Kernel/FileSystem/Custody.h')
-rw-r--r-- | Kernel/FileSystem/Custody.h | 2 |
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; |