1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-26 07:27:45 +00:00

AK: Remove manual forward declarations with <AK/Forward.h>

This commit is contained in:
Andreas Kling 2020-02-15 00:12:31 +01:00
parent a368cf7d51
commit 6a3cd11a80
6 changed files with 0 additions and 27 deletions

View file

@ -32,10 +32,6 @@
#include <AK/RefCounted.h>
#include <AK/WeakPtr.h>
namespace AK {
class SharedBuffer;
}
namespace Protocol {
class Client;