1
0
Fork 0
mirror of https://github.com/LadybirdBrowser/ladybird.git synced 2025-06-11 10:18:15 +09:00

LibJS: Remove unused TemporaryChange include from Object.cpp

This commit is contained in:
Linus Groh 2021-10-03 21:40:07 +01:00
parent ba0c907a6f
commit 1f7068ace9
Notes: sideshowbarker 2024-07-18 03:06:47 +09:00

View file

@ -6,7 +6,6 @@
*/
#include <AK/String.h>
#include <AK/TemporaryChange.h>
#include <LibJS/Interpreter.h>
#include <LibJS/Runtime/AbstractOperations.h>
#include <LibJS/Runtime/Accessor.h>