mirror of
https://github.com/RGBCube/serenity
synced 2025-07-26 04:27:44 +00:00
AK: Remove manual forward declarations with <AK/Forward.h>
This commit is contained in:
parent
a368cf7d51
commit
6a3cd11a80
6 changed files with 0 additions and 27 deletions
|
@ -29,10 +29,6 @@
|
||||||
#include <AK/NonnullOwnPtrVector.h>
|
#include <AK/NonnullOwnPtrVector.h>
|
||||||
#include <LibCore/LocalSocket.h>
|
#include <LibCore/LocalSocket.h>
|
||||||
|
|
||||||
namespace AK {
|
|
||||||
class JsonObject;
|
|
||||||
}
|
|
||||||
|
|
||||||
class RemoteObjectGraphModel;
|
class RemoteObjectGraphModel;
|
||||||
class RemoteObject;
|
class RemoteObject;
|
||||||
|
|
||||||
|
|
|
@ -32,10 +32,6 @@
|
||||||
#include <LibAudio/Buffer.h>
|
#include <LibAudio/Buffer.h>
|
||||||
#include <LibCore/File.h>
|
#include <LibCore/File.h>
|
||||||
|
|
||||||
namespace AK {
|
|
||||||
class ByteBuffer;
|
|
||||||
}
|
|
||||||
|
|
||||||
namespace Audio {
|
namespace Audio {
|
||||||
class Buffer;
|
class Buffer;
|
||||||
|
|
||||||
|
|
|
@ -31,10 +31,6 @@
|
||||||
#include <LibGfx/Bitmap.h>
|
#include <LibGfx/Bitmap.h>
|
||||||
#include <LibGUI/Icon.h>
|
#include <LibGUI/Icon.h>
|
||||||
|
|
||||||
namespace AK {
|
|
||||||
class JsonValue;
|
|
||||||
}
|
|
||||||
|
|
||||||
namespace GUI {
|
namespace GUI {
|
||||||
|
|
||||||
class Variant {
|
class Variant {
|
||||||
|
|
|
@ -32,10 +32,6 @@
|
||||||
#include <AK/RefCounted.h>
|
#include <AK/RefCounted.h>
|
||||||
#include <AK/WeakPtr.h>
|
#include <AK/WeakPtr.h>
|
||||||
|
|
||||||
namespace AK {
|
|
||||||
class SharedBuffer;
|
|
||||||
}
|
|
||||||
|
|
||||||
namespace Protocol {
|
namespace Protocol {
|
||||||
|
|
||||||
class Client;
|
class Client;
|
||||||
|
|
|
@ -30,10 +30,6 @@
|
||||||
#include <LibIPC/ClientConnection.h>
|
#include <LibIPC/ClientConnection.h>
|
||||||
#include <ProtocolServer/ProtocolServerEndpoint.h>
|
#include <ProtocolServer/ProtocolServerEndpoint.h>
|
||||||
|
|
||||||
namespace AK {
|
|
||||||
class SharedBuffer;
|
|
||||||
}
|
|
||||||
|
|
||||||
class Download;
|
class Download;
|
||||||
|
|
||||||
class PSClientConnection final : public IPC::ClientConnection<ProtocolServerEndpoint>
|
class PSClientConnection final : public IPC::ClientConnection<ProtocolServerEndpoint>
|
||||||
|
|
|
@ -32,13 +32,6 @@
|
||||||
#include <LibCore/Notifier.h>
|
#include <LibCore/Notifier.h>
|
||||||
#include <LibCore/Object.h>
|
#include <LibCore/Object.h>
|
||||||
|
|
||||||
namespace AK {
|
|
||||||
class JsonObject;
|
|
||||||
}
|
|
||||||
namespace Core {
|
|
||||||
class ConfigFile;
|
|
||||||
}
|
|
||||||
|
|
||||||
class Service final : public Core::Object {
|
class Service final : public Core::Object {
|
||||||
C_OBJECT(Service)
|
C_OBJECT(Service)
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue