Skip to content

Commit

Permalink
AK: Remove manual forward declarations with <AK/Forward.h>
Browse files Browse the repository at this point in the history
  • Loading branch information
awesomekling committed Feb 14, 2020
1 parent a368cf7 commit 6a3cd11
Show file tree
Hide file tree
Showing 6 changed files with 0 additions and 27 deletions.
4 changes: 0 additions & 4 deletions DevTools/Inspector/RemoteProcess.h
Original file line number Diff line number Diff line change
Expand Up @@ -29,10 +29,6 @@
#include <AK/NonnullOwnPtrVector.h>
#include <LibCore/LocalSocket.h>

namespace AK {
class JsonObject;
}

class RemoteObjectGraphModel;
class RemoteObject;

Expand Down
4 changes: 0 additions & 4 deletions Libraries/LibAudio/WavLoader.h
Original file line number Diff line number Diff line change
Expand Up @@ -32,10 +32,6 @@
#include <LibAudio/Buffer.h>
#include <LibCore/File.h>

namespace AK {
class ByteBuffer;
}

namespace Audio {
class Buffer;

Expand Down
4 changes: 0 additions & 4 deletions Libraries/LibGUI/Variant.h
Original file line number Diff line number Diff line change
Expand Up @@ -31,10 +31,6 @@
#include <LibGfx/Bitmap.h>
#include <LibGUI/Icon.h>

namespace AK {
class JsonValue;
}

namespace GUI {

class Variant {
Expand Down
4 changes: 0 additions & 4 deletions Libraries/LibProtocol/Download.h
Original file line number Diff line number Diff line change
Expand Up @@ -32,10 +32,6 @@
#include <AK/RefCounted.h>
#include <AK/WeakPtr.h>

namespace AK {
class SharedBuffer;
}

namespace Protocol {

class Client;
Expand Down
4 changes: 0 additions & 4 deletions Servers/ProtocolServer/PSClientConnection.h
Original file line number Diff line number Diff line change
Expand Up @@ -30,10 +30,6 @@
#include <LibIPC/ClientConnection.h>
#include <ProtocolServer/ProtocolServerEndpoint.h>

namespace AK {
class SharedBuffer;
}

class Download;

class PSClientConnection final : public IPC::ClientConnection<ProtocolServerEndpoint>
Expand Down
7 changes: 0 additions & 7 deletions Servers/SystemServer/Service.h
Original file line number Diff line number Diff line change
Expand Up @@ -32,13 +32,6 @@
#include <LibCore/Notifier.h>
#include <LibCore/Object.h>

namespace AK {
class JsonObject;
}
namespace Core {
class ConfigFile;
}

class Service final : public Core::Object {
C_OBJECT(Service)

Expand Down

0 comments on commit 6a3cd11

Please sign in to comment.