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

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>