From 8cba6c3c24c2122c843aa0feaa26fd6e5c2412e2 Mon Sep 17 00:00:00 2001 From: Bruce Hill Date: Sun, 30 Mar 2025 17:27:52 -0400 Subject: Deprecate built-in Moment datatype in favor of a `time` module --- src/stdlib/tomo.h | 1 - 1 file changed, 1 deletion(-) (limited to 'src/stdlib/tomo.h') diff --git a/src/stdlib/tomo.h b/src/stdlib/tomo.h index 567e5d14..16e5ec57 100644 --- a/src/stdlib/tomo.h +++ b/src/stdlib/tomo.h @@ -17,7 +17,6 @@ #include "integers.h" #include "memory.h" #include "metamethods.h" -#include "moments.h" #include "mutexeddata.h" #include "nums.h" #include "optionals.h" -- cgit v1.2.3