LibJS: Remove unused header includes

This commit is contained in:
Brian Gianforcaro 2021-07-31 00:47:13 -07:00 committed by Gunnar Beutner
commit 53166c10ca
Notes: sideshowbarker 2024-07-18 07:40:09 +09:00
15 changed files with 0 additions and 23 deletions

View file

@ -8,7 +8,6 @@
#include <AK/CharacterTypes.h>
#include <AK/Function.h>
#include <AK/Optional.h>
#include <AK/Result.h>
#include <AK/TemporaryChange.h>
#include <AK/Utf16View.h>
#include <LibJS/Interpreter.h>