mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-10-18 22:19:50 +00:00
LibWeb: Clean up some editing-related code
No functional changes.
This commit is contained in:
parent
dd83634121
commit
3931c0336b
Notes:
github-actions[bot]
2025-09-03 22:26:06 +00:00
Author: https://github.com/gmta
Commit: 3931c0336b
Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/6060
3 changed files with 11 additions and 12 deletions
|
@ -7,7 +7,6 @@
|
|||
#include <LibGfx/Color.h>
|
||||
#include <LibWeb/CSS/Parser/Parser.h>
|
||||
#include <LibWeb/CSS/StyleComputer.h>
|
||||
#include <LibWeb/CSS/StyleValues/ColorStyleValue.h>
|
||||
#include <LibWeb/CSS/StyleValues/DisplayStyleValue.h>
|
||||
#include <LibWeb/CSS/StyleValues/KeywordStyleValue.h>
|
||||
#include <LibWeb/CSS/StyleValues/StyleValueList.h>
|
||||
|
@ -35,9 +34,7 @@
|
|||
#include <LibWeb/HTML/HTMLTableSectionElement.h>
|
||||
#include <LibWeb/HTML/HTMLUListElement.h>
|
||||
#include <LibWeb/Infra/CharacterTypes.h>
|
||||
#include <LibWeb/Layout/BreakNode.h>
|
||||
#include <LibWeb/Layout/Node.h>
|
||||
#include <LibWeb/Layout/TextNode.h>
|
||||
#include <LibWeb/Namespace.h>
|
||||
#include <LibWeb/Painting/TextPaintable.h>
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue