mirror of
https://github.com/RGBCube/serenity
synced 2025-05-31 21:58:12 +00:00
LibWeb: Remove a bunch of no-longer needed #includes
This commit is contained in:
parent
5779a910e5
commit
e099960e4d
17 changed files with 1 additions and 39 deletions
|
@ -9,10 +9,8 @@
|
|||
#include <AK/StringBuilder.h>
|
||||
#include <LibGfx/Painter.h>
|
||||
#include <LibWeb/DOM/Document.h>
|
||||
#include <LibWeb/HTML/BrowsingContext.h>
|
||||
#include <LibWeb/Layout/BlockContainer.h>
|
||||
#include <LibWeb/Layout/InlineFormattingContext.h>
|
||||
#include <LibWeb/Layout/Label.h>
|
||||
#include <LibWeb/Layout/TextNode.h>
|
||||
#include <LibWeb/Painting/TextPaintable.h>
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue