mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-07-13 12:31:51 +00:00
LibWeb: Reduce number of recompiled files for display list headers
This reduces the number of `.cpp` files that need to be recompiled when one of the below header files changes as follows: Painting/Command.h: 1030 -> 61 Painting/DisplayList.h: 1030 -> 60 Painting/DisplayListRecorder.h: 557 -> 59
This commit is contained in:
parent
6e257897f6
commit
be47f95180
Notes:
github-actions[bot]
2025-02-23 15:15:38 +00:00
Author: https://github.com/InvalidUsernameException
Commit: be47f95180
Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/3675
32 changed files with 32 additions and 4 deletions
|
@ -7,6 +7,7 @@
|
|||
#include "SVGImageElement.h"
|
||||
#include <LibCore/Timer.h>
|
||||
#include <LibGC/Heap.h>
|
||||
#include <LibGfx/ImmutableBitmap.h>
|
||||
#include <LibWeb/Bindings/SVGImageElementPrototype.h>
|
||||
#include <LibWeb/DOM/DocumentObserver.h>
|
||||
#include <LibWeb/DOM/Event.h>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue