From 5be955904682300153af0abdfd6b711b9da2ac8f Mon Sep 17 00:00:00 2001 From: Bruce Hill Date: Thu, 13 Feb 2025 15:03:22 -0500 Subject: Deprecate Range datatype in favor of using iterator methods --- stdlib/tomo.h | 1 - 1 file changed, 1 deletion(-) (limited to 'stdlib/tomo.h') 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" -- cgit v1.2.3