mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-09-19 07:49:05 +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
Notes:
sideshowbarker
2024-07-18 08:59:31 +09:00
Author: https://github.com/AtkinsSJ
Commit: a797a92990
Pull-request: https://github.com/SerenityOS/serenity/pull/13673
4 changed files with 1 additions and 5 deletions
|
@ -5,7 +5,6 @@
|
|||
*/
|
||||
|
||||
#include <LibCore/Timer.h>
|
||||
#include <LibWeb/CSS/StyleValue.h>
|
||||
#include <LibWeb/HTML/HTMLBlinkElement.h>
|
||||
|
||||
namespace Web::HTML {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue