Everywhere: Use a forward declaration for pointers to Threading::Thread

This commit is contained in:
Zaggy1024 2025-09-17 15:45:03 -05:00 committed by Gregory Bertilson
commit 2aaf53bd2c
Notes: github-actions[bot] 2025-09-23 14:59:22 +00:00
9 changed files with 10 additions and 7 deletions

View file

@ -5,6 +5,7 @@
*/
#include <LibCore/EventLoop.h>
#include <LibThreading/Thread.h>
#include <LibWeb/HTML/RenderingThread.h>
#include <LibWeb/HTML/TraversableNavigable.h>
#include <LibWeb/Painting/DisplayListPlayerSkia.h>