From 4d59fc2987e52da0274e6b204a9d2885613f74b7 Mon Sep 17 00:00:00 2001 From: Bruce Hill Date: Tue, 1 Apr 2025 14:05:10 -0400 Subject: Move patterns into a module --- src/stdlib/stdlib.c | 1 - 1 file changed, 1 deletion(-) (limited to 'src/stdlib/stdlib.c') diff --git a/src/stdlib/stdlib.c b/src/stdlib/stdlib.c index fc94bc97..77383cd1 100644 --- a/src/stdlib/stdlib.c +++ b/src/stdlib/stdlib.c @@ -20,7 +20,6 @@ #include "optionals.h" #include "metamethods.h" #include "nums.h" -#include "patterns.h" #include "paths.h" #include "rng.h" #include "siphash.h" -- cgit v1.2.3