1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-31 13:48:12 +00:00
serenity/Libraries/LibIPC
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
..
ClientConnection.h LibCore: Remove leading C from filenames 2020-02-06 15:04:03 +01:00
Encoder.h LibIPC: Remove leading I from filenames 2020-02-06 14:54:09 +01:00
Endpoint.cpp LibIPC: Remove leading I from filenames 2020-02-06 14:54:09 +01:00
Endpoint.h LibIPC: Remove leading I from filenames 2020-02-06 14:54:09 +01:00
Makefile LibIPC: Remove leading I from filenames 2020-02-06 14:54:09 +01:00
Message.cpp LibIPC: Remove leading I from filenames 2020-02-06 14:54:09 +01:00
Message.h AK: Add a forward declaration header 2020-02-14 23:31:18 +01:00
ServerConnection.h LibCore: Merge the CSyscallUtils namespace into Core 2020-02-06 15:04:57 +01:00