瀏覽代碼

LibJS: Remove unused Temporal inclusion from Intl

Timothy Flynn 8 月之前
父節點
當前提交
59e0b7ccb7
共有 1 個文件被更改,包括 0 次插入1 次删除
  1. 0 1
      Libraries/LibJS/Runtime/Intl/Intl.cpp

+ 0 - 1
Libraries/LibJS/Runtime/Intl/Intl.cpp

@@ -22,7 +22,6 @@
 #include <LibJS/Runtime/Intl/RelativeTimeFormatConstructor.h>
 #include <LibJS/Runtime/Intl/SegmenterConstructor.h>
 #include <LibJS/Runtime/Intl/SingleUnitIdentifiers.h>
-#include <LibJS/Runtime/Temporal/TimeZone.h>
 #include <LibUnicode/DateTimeFormat.h>
 #include <LibUnicode/Locale.h>
 #include <LibUnicode/NumberFormat.h>