1
0
Fork 0
mirror of https://github.com/LadybirdBrowser/ladybird.git synced 2025-06-09 17:44:56 +09:00

LibGfx: Replace manual forward declarations with <LibGfx/Forward.h>

This commit is contained in:
Andreas Kling 2020-02-15 00:10:34 +01:00
parent 34c7322d77
commit a368cf7d51
Notes: sideshowbarker 2024-07-19 09:20:04 +09:00
23 changed files with 30 additions and 83 deletions

View file

@ -52,6 +52,7 @@ class Socket;
class SocketAddress;
class TCPServer;
class TCPSocket;
class Timer;
class TimerEvent;
class UdpServer;
class UdpSocket;