mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 03:57:43 +00:00
AK: Rename Retainable.h => RefCounted.h.
This commit is contained in:
parent
550b0b062b
commit
d343fb2429
31 changed files with 30 additions and 30 deletions
|
@ -1,7 +1,7 @@
|
|||
#pragma once
|
||||
|
||||
#include <AK/ByteBuffer.h>
|
||||
#include <AK/Retainable.h>
|
||||
#include <AK/RefCounted.h>
|
||||
|
||||
class CNetworkResponse : public RefCounted<CNetworkResponse> {
|
||||
public:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue