1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-31 11:38:11 +00:00

Userland+Tests: Remove a few more LibJS/{AST.h,Parser.h} includes

This commit is contained in:
Andreas Kling 2022-11-23 14:19:12 +01:00 committed by Linus Groh
parent 3503c658fb
commit 15c324a70b
4 changed files with 1 additions and 4 deletions

View file

@ -4,7 +4,7 @@
* SPDX-License-Identifier: BSD-2-Clause
*/
#include <LibJS/Parser.h>
#include <LibJS/Lexer.h>
#include <LibTest/TestCase.h>
static bool produces_eof_tokens(JS::Lexer& lexer)