LibIPC: Move stuff from Connection.h to .cpp and reduce #include count

This commit is contained in:
Andreas Kling 2024-06-28 14:24:49 +02:00 committed by Andreas Kling
parent 6d9c4d852d
commit 4fe21e6d87
Notes: sideshowbarker 2024-07-17 18:06:52 +09:00
4 changed files with 23 additions and 17 deletions

View file

@ -8,6 +8,7 @@
#include <AK/String.h>
#include <LibCore/DateTime.h>
#include <LibCore/StandardPaths.h>
#include <LibCore/Timer.h>
#include <LibGfx/ImageFormats/PNGWriter.h>
#include <LibWeb/Infra/Strings.h>
#include <LibWebView/ViewImplementation.h>