mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-07-31 05:09:12 +00:00
LibWeb: Don't include HTML/Window.h from DOM/Element.h
This required moving HTML::ScrollOptions to its own header file.
This commit is contained in:
parent
ac0c30ce62
commit
e43027091d
Notes:
sideshowbarker
2024-07-18 04:46:35 +09:00
Author: https://github.com/awesomekling
Commit: e43027091d
Pull-request: https://github.com/SerenityOS/serenity/pull/18718
Reviewed-by: https://github.com/gmta ✅
6 changed files with 25 additions and 6 deletions
|
@ -5,6 +5,7 @@
|
|||
*/
|
||||
|
||||
#include <AK/GenericLexer.h>
|
||||
#include <AK/Random.h>
|
||||
#include <LibWeb/HTML/FormControlInfrastructure.h>
|
||||
#include <LibWeb/HTML/FormDataEvent.h>
|
||||
#include <LibWeb/HTML/HTMLButtonElement.h>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue