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

LibJS: Remove unused DeprecatedFile include

This commit is contained in:
Ben Wiederhake 2023-05-29 21:45:06 +02:00 committed by Jelle Raaijmakers
parent 732bdf07bd
commit c5a89e7e6b

View file

@ -12,7 +12,6 @@
#include <AK/ScopeGuard.h>
#include <AK/String.h>
#include <AK/StringBuilder.h>
#include <LibCore/DeprecatedFile.h>
#include <LibFileSystem/FileSystem.h>
#include <LibJS/AST.h>
#include <LibJS/Interpreter.h>