Explorar el Código

LibJS: Remove unused Temporal inclusion from Intl

Timothy Flynn hace 8 meses
padre
commit
59e0b7ccb7
Se han modificado 1 ficheros con 0 adiciones y 1 borrados
  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/RelativeTimeFormatConstructor.h>
 #include <LibJS/Runtime/Intl/SegmenterConstructor.h>
 #include <LibJS/Runtime/Intl/SegmenterConstructor.h>
 #include <LibJS/Runtime/Intl/SingleUnitIdentifiers.h>
 #include <LibJS/Runtime/Intl/SingleUnitIdentifiers.h>
-#include <LibJS/Runtime/Temporal/TimeZone.h>
 #include <LibUnicode/DateTimeFormat.h>
 #include <LibUnicode/DateTimeFormat.h>
 #include <LibUnicode/Locale.h>
 #include <LibUnicode/Locale.h>
 #include <LibUnicode/NumberFormat.h>
 #include <LibUnicode/NumberFormat.h>