mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-04-20 11:36:10 +00:00
LibWeb: Add missing forward-include to AutoplayAllowlist
This just lets clangd index this file.
This commit is contained in:
parent
4dc63ddf49
commit
c7979a8bd6
Notes:
github-actions[bot]
2025-03-30 15:20:21 +00:00
Author: https://github.com/trflynn89 Commit: https://github.com/LadybirdBrowser/ladybird/commit/c7979a8bd63 Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/4146 Reviewed-by: https://github.com/tcl3 ✅
1 changed files with 2 additions and 1 deletions
|
@ -1,5 +1,5 @@
|
|||
/*
|
||||
* Copyright (c) 2023, Tim Flynn <trflynn89@serenityos.org>
|
||||
* Copyright (c) 2023-2025, Tim Flynn <trflynn89@ladybird.org>
|
||||
*
|
||||
* SPDX-License-Identifier: BSD-2-Clause
|
||||
*/
|
||||
|
@ -9,6 +9,7 @@
|
|||
#include <AK/Forward.h>
|
||||
#include <AK/Variant.h>
|
||||
#include <AK/Vector.h>
|
||||
#include <LibURL/Forward.h>
|
||||
#include <LibWeb/Forward.h>
|
||||
#include <LibWeb/PermissionsPolicy/Decision.h>
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue