فهرست منبع

LibJS: Remove two unused includes from AbstractOperations.cpp

Linus Groh 3 سال پیش
والد
کامیت
657d17ace3
1فایلهای تغییر یافته به همراه0 افزوده شده و 2 حذف شده
  1. 0 2
      Userland/Libraries/LibJS/Runtime/AbstractOperations.cpp

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

@@ -21,7 +21,6 @@
 #include <LibJS/Runtime/ErrorTypes.h>
 #include <LibJS/Runtime/FunctionEnvironment.h>
 #include <LibJS/Runtime/FunctionObject.h>
-#include <LibJS/Runtime/GlobalEnvironment.h>
 #include <LibJS/Runtime/GlobalObject.h>
 #include <LibJS/Runtime/Object.h>
 #include <LibJS/Runtime/ObjectEnvironment.h>
@@ -29,7 +28,6 @@
 #include <LibJS/Runtime/PropertyName.h>
 #include <LibJS/Runtime/ProxyObject.h>
 #include <LibJS/Runtime/Reference.h>
-#include <LibJS/Runtime/Utf16String.h>
 
 namespace JS {