LibJS: Remove unused LibCore/DateTime.h header from Date.cpp
We use a double for [[DateValue]] and the spec's own AOs for any calculations now.
This commit is contained in:
parent
4dd9102f5e
commit
875e59b740
Notes:
sideshowbarker
2024-07-18 02:13:10 +09:00
Author: https://github.com/linusg Commit: https://github.com/SerenityOS/serenity/commit/875e59b740 Pull-request: https://github.com/SerenityOS/serenity/pull/13936 Reviewed-by: https://github.com/trflynn89
1 changed files with 0 additions and 1 deletions
|
@ -8,7 +8,6 @@
|
|||
#include <AK/NumericLimits.h>
|
||||
#include <AK/StringBuilder.h>
|
||||
#include <AK/Time.h>
|
||||
#include <LibCore/DateTime.h>
|
||||
#include <LibJS/Runtime/AbstractOperations.h>
|
||||
#include <LibJS/Runtime/Date.h>
|
||||
#include <LibJS/Runtime/GlobalObject.h>
|
||||
|
|
Loading…
Add table
Reference in a new issue