mirror of
https://github.com/LadybirdBrowser/ladybird
synced 2026-05-01 03:57:15 +02:00
LibCore: Do not include SocketAddressWindows.h in System.h
SocketAddressWindows.h contains (re)definitions of a bunch of system- level types. This leads to a bunch of conflicts when trying to include proper Windows headers in SystemWindows.cpp. This patch removes this inclusion and just forward-declares the couple of types we need.
This commit is contained in:
Notes:
github-actions[bot]
2025-12-01 11:35:42 +00:00
Author: https://github.com/trflynn89 Commit: https://github.com/LadybirdBrowser/ladybird/commit/5c88c3718be Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/6979
@@ -11,6 +11,7 @@
|
||||
#include <LibCore/Event.h>
|
||||
#include <LibCore/EventReceiver.h>
|
||||
#include <LibCore/Notifier.h>
|
||||
#include <LibCore/SocketAddress.h>
|
||||
#include <LibCore/System.h>
|
||||
#include <LibCore/ThreadEventQueue.h>
|
||||
#include <LibThreading/Mutex.h>
|
||||
|
||||
Reference in New Issue
Block a user