Sfoglia il codice sorgente

LibJS: Remove unused include from AbstractOperations.cpp

Linus Groh 3 anni fa
parent
commit
7e18d1c078
1 ha cambiato i file con 0 aggiunte e 1 eliminazioni
  1. 0 1
      Userland/Libraries/LibJS/Runtime/AbstractOperations.cpp

+ 0 - 1
Userland/Libraries/LibJS/Runtime/AbstractOperations.cpp

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