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

This commit is contained in:
Andreas Kling 2020-02-15 00:12:31 +01:00
commit 6a3cd11a80
Notes: sideshowbarker 2024-07-19 09:20:01 +09:00
6 changed files with 0 additions and 27 deletions

View file

@ -29,10 +29,6 @@
#include <AK/NonnullOwnPtrVector.h>
#include <LibCore/LocalSocket.h>
namespace AK {
class JsonObject;
}
class RemoteObjectGraphModel;
class RemoteObject;