aboutsummaryrefslogtreecommitdiff
path: root/stdlib/tomo.h
diff options
context:
space:
mode:
authorBruce Hill <bruce@bruce-hill.com>2025-02-13 15:03:22 -0500
committerBruce Hill <bruce@bruce-hill.com>2025-02-13 15:03:22 -0500
commit5be955904682300153af0abdfd6b711b9da2ac8f (patch)
treee616bc83904817fdefa43354fa815f13daf18739 /stdlib/tomo.h
parent8e0f1fa227be762cab19234abc106ba4c572077d (diff)
Deprecate Range datatype in favor of using iterator methods
Diffstat (limited to 'stdlib/tomo.h')
-rw-r--r--stdlib/tomo.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/stdlib/tomo.h b/stdlib/tomo.h
index 7ed25412..d3887af4 100644
--- a/stdlib/tomo.h
+++ b/stdlib/tomo.h
@@ -24,7 +24,6 @@
#include "paths.h"
#include "patterns.h"
#include "pointers.h"
-#include "ranges.h"
#include "rng.h"
#include "shell.h"
#include "siphash.h"