mirror of
https://github.com/LadybirdBrowser/ladybird
synced 2026-05-03 21:12:08 +02:00
LibWeb: Reduce recompilation from editing Enums.json
Reduces the recompilation caused by editing `Enums.json` from ~1528 to ~327
This commit is contained in:
Notes:
github-actions[bot]
2026-02-19 11:28:30 +00:00
Author: https://github.com/Calme1709 Commit: https://github.com/LadybirdBrowser/ladybird/commit/f0434655f94 Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/8028 Reviewed-by: https://github.com/AtkinsSJ ✅
@@ -165,7 +165,6 @@ ErrorOr<void> generate_header_file(JsonObject& properties, JsonObject& logical_p
|
||||
#include <AK/Variant.h>
|
||||
#include <LibJS/Forward.h>
|
||||
#include <LibWeb/CSS/AcceptedTypeRange.h>
|
||||
#include <LibWeb/CSS/Enums.h>
|
||||
#include <LibWeb/CSS/ValueType.h>
|
||||
#include <LibWeb/Export.h>
|
||||
#include <LibWeb/Forward.h>
|
||||
|
||||
Reference in New Issue
Block a user