mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 23:17:45 +00:00
LibJS: Remove unused includes out of Cell.h, move to the users
Almost everything in LibJS includes Cell.h, don't force all code to include AK/TypeCasts.h + AK/String.h. Instead include them where they are actually used and required.
This commit is contained in:
parent
176e1cbca7
commit
b10657a2b6
29 changed files with 28 additions and 3 deletions
|
@ -6,6 +6,7 @@
|
|||
|
||||
#include <AK/HashTable.h>
|
||||
#include <AK/StringBuilder.h>
|
||||
#include <AK/TypeCasts.h>
|
||||
#include <LibJS/Lexer.h>
|
||||
#include <LibJS/MarkupGenerator.h>
|
||||
#include <LibJS/Runtime/Array.h>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue