mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-12-07 21:59:54 +00:00
Everywhere: Use a forward declaration for pointers to Threading::Thread
This commit is contained in:
parent
5383265b9c
commit
2aaf53bd2c
Notes:
github-actions[bot]
2025-09-23 14:59:22 +00:00
Author: https://github.com/Zaggy1024
Commit: 2aaf53bd2c
Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/6223
Reviewed-by: https://github.com/konradekk
9 changed files with 10 additions and 7 deletions
|
|
@ -4,9 +4,10 @@
|
|||
* SPDX-License-Identifier: BSD-2-Clause
|
||||
*/
|
||||
|
||||
#include "PlaybackStreamPulseAudio.h"
|
||||
|
||||
#include <LibCore/ThreadedPromise.h>
|
||||
#include <LibThreading/Thread.h>
|
||||
|
||||
#include "PlaybackStreamPulseAudio.h"
|
||||
|
||||
namespace Audio {
|
||||
|
||||
|
|
|
|||
|
|
@ -13,7 +13,6 @@
|
|||
#include <AK/NonnullRefPtr.h>
|
||||
#include <AK/Time.h>
|
||||
#include <LibMedia/Export.h>
|
||||
#include <LibThreading/Thread.h>
|
||||
#include <pulse/pulseaudio.h>
|
||||
|
||||
namespace Audio {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue