1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-27 16:57:46 +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:
Sam Atkins 2022-04-13 20:50:43 +01:00 committed by Andreas Kling
parent c66da0f2cb
commit a797a92990
4 changed files with 1 additions and 5 deletions

View file

@ -7,7 +7,6 @@
#pragma once
#include <LibGfx/Forward.h>
#include <LibWeb/CSS/StyleValue.h>
#include <LibWeb/Forward.h>
#include <LibWeb/Painting/BorderPainting.h>
#include <LibWeb/Painting/PaintContext.h>