AK: Rename Retainable.h => RefCounted.h.

This commit is contained in:
Andreas Kling
2019-06-21 18:58:45 +02:00
parent 550b0b062b
commit d343fb2429
31 changed files with 30 additions and 30 deletions

View File

@@ -9,7 +9,7 @@
#include <AK/HashMap.h>
#include <AK/OwnPtr.h>
#include <AK/RefPtr.h>
#include <AK/Retainable.h>
#include <AK/RefCounted.h>
#include <AK/WeakPtr.h>
#include <AK/kstdio.h>
#include <Kernel/Devices/DiskDevice.h>