瀏覽代碼

LibJS: Break inclusion cycle by removing unnecessary include

Ben Wiederhake 2 年之前
父節點
當前提交
6a4e2efa65
共有 1 個文件被更改,包括 0 次插入1 次删除
  1. 0 1
      Userland/Libraries/LibJS/Runtime/Intrinsics.h

+ 0 - 1
Userland/Libraries/LibJS/Runtime/Intrinsics.h

@@ -8,7 +8,6 @@
 
 #include <LibJS/Forward.h>
 #include <LibJS/Heap/Cell.h>
-#include <LibJS/Runtime/Realm.h>
 
 namespace JS {