LibWebSocket: Clean up #include directives

This change aims to improve the speed of incremental builds.
This commit is contained in:
Pavel Shliak 2024-11-21 02:47:45 +04:00 committed by Alexander Kalenik
commit 001df24935
Notes: github-actions[bot] 2024-11-21 13:09:28 +00:00
5 changed files with 3 additions and 4 deletions

View file

@ -12,6 +12,7 @@
#include <LibCore/Proxy.h>
#include <LibCore/Socket.h>
#include <LibRequests/NetworkErrorEnum.h>
#include <LibTLS/TLSv12.h>
#include <LibTextCodec/Decoder.h>
#include <LibWebSocket/ConnectionInfo.h>
#include <LibWebSocket/Message.h>