mirror of
https://github.com/RGBCube/serenity
synced 2025-05-31 16:18:12 +00:00
LibWeb: Stop including StyleValue.h in a few places
I don't know how much this will actually help compile times, but it's something!
This commit is contained in:
parent
c66da0f2cb
commit
a797a92990
4 changed files with 1 additions and 5 deletions
|
@ -5,7 +5,6 @@
|
|||
*/
|
||||
|
||||
#include <LibGfx/Font/FontDatabase.h>
|
||||
#include <LibWeb/CSS/StyleValue.h>
|
||||
#include <LibWeb/HTML/BrowsingContext.h>
|
||||
#include <LibWeb/Layout/ImageBox.h>
|
||||
#include <LibWeb/Painting/ImagePaintable.h>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue