summaryrefslogtreecommitdiff
path: root/Libraries/LibProtocol
diff options
context:
space:
mode:
authorAndreas Kling <kling@serenityos.org>2020-02-15 00:12:31 +0100
committerAndreas Kling <kling@serenityos.org>2020-02-15 00:12:31 +0100
commit6a3cd11a8035747c05e781064a8a0084736908c8 (patch)
treefd22c611fb7bbf96621bb2c8cdbea597a85def98 /Libraries/LibProtocol
parenta368cf7d515470e5d6122246bbaf0a0e9cd1aee5 (diff)
downloadserenity-6a3cd11a8035747c05e781064a8a0084736908c8.zip
AK: Remove manual forward declarations with <AK/Forward.h>
Diffstat (limited to 'Libraries/LibProtocol')
-rw-r--r--Libraries/LibProtocol/Download.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/Libraries/LibProtocol/Download.h b/Libraries/LibProtocol/Download.h
index 56eba480be..13b4e27562 100644
--- a/Libraries/LibProtocol/Download.h
+++ b/Libraries/LibProtocol/Download.h
@@ -32,10 +32,6 @@
#include <AK/RefCounted.h>
#include <AK/WeakPtr.h>
-namespace AK {
-class SharedBuffer;
-}
-
namespace Protocol {
class Client;