aboutsummaryrefslogtreecommitdiff
path: root/stdlib/tomo.h
diff options
context:
space:
mode:
authorBruce Hill <bruce@bruce-hill.com>2024-11-17 14:49:03 -0500
committerBruce Hill <bruce@bruce-hill.com>2024-11-17 14:49:03 -0500
commit4231789b71bb42c4ab04e125f98fe5eb3cf030b6 (patch)
treec73aafaeef60b77555cfd25ccd30c618e431d52a /stdlib/tomo.h
parentc1ae79ac3c320923363994fb88f4cc2fa13317ce (diff)
Rename datetime -> moment
Diffstat (limited to 'stdlib/tomo.h')
-rw-r--r--stdlib/tomo.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/stdlib/tomo.h b/stdlib/tomo.h
index 8b378c0a..159b6426 100644
--- a/stdlib/tomo.h
+++ b/stdlib/tomo.h
@@ -13,11 +13,11 @@
#include "c_strings.h"
#include "channels.h"
#include "datatypes.h"
-#include "datetime.h"
#include "functiontype.h"
#include "integers.h"
#include "memory.h"
#include "metamethods.h"
+#include "moments.h"
#include "nums.h"
#include "optionals.h"
#include "paths.h"