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:
InvalidUsernameException 2025-02-02 15:55:26 +01:00 committed by Tim Flynn
commit be47f95180
Notes: github-actions[bot] 2025-02-23 15:15:38 +00:00
32 changed files with 32 additions and 4 deletions

View file

@ -23,7 +23,6 @@
#include <LibWeb/HTML/TokenizedFeatures.h>
#include <LibWeb/InvalidateDisplayList.h>
#include <LibWeb/Page/EventHandler.h>
#include <LibWeb/Painting/DisplayList.h>
#include <LibWeb/PixelUnits.h>
#include <LibWeb/XHR/FormDataEntry.h>