ladybird/Servers
Andreas Kling 3bbf4610d2 AK: Add a forward declaration header
You can now #include <AK/Forward.h> to get most of the AK types as
forward declarations.

Header dependency explosion is one of the main contributors to compile
times at the moment, so this is a step towards smaller include graphs.
2020-02-14 23:31:18 +01:00
..
AudioServer IPCCompiler: Put message classes in the Messages namespace 2020-02-06 20:21:49 +01:00
LookupServer AK: Add a forward declaration header 2020-02-14 23:31:18 +01:00
ProtocolServer AK: Add a forward declaration header 2020-02-14 23:31:18 +01:00
SystemServer SystemServer: Limit service restarts 2020-02-07 12:10:56 +01:00
TelnetServer TelnetServer: Protect the Client object during drain_socket() 2020-02-08 19:12:52 +01:00
TTYServer TTYServer: Include AK/LogStream.h for dbg() 2020-02-05 18:39:45 +01:00
WebServer WebServer: Ensure directory listing URLs end with a slash 2020-02-13 20:06:32 +01:00
WindowServer WindowServer+LibGUI: Add a "drag move" event 2020-02-13 21:43:32 +01:00
Makefile Build: clean up build system, use one shared Makefile 2019-12-20 20:20:54 +01:00