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:
Andreas Kling 2023-05-08 07:39:05 +02:00 committed by Jelle Raaijmakers
commit e43027091d
Notes: sideshowbarker 2024-07-18 04:46:35 +09:00
6 changed files with 25 additions and 6 deletions

View file

@ -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>