aboutsummaryrefslogtreecommitdiff
path: root/src/stdlib/optionals.c
diff options
context:
space:
mode:
authorBruce Hill <bruce@bruce-hill.com>2025-04-01 14:05:10 -0400
committerBruce Hill <bruce@bruce-hill.com>2025-04-01 14:05:10 -0400
commit4d59fc2987e52da0274e6b204a9d2885613f74b7 (patch)
tree8c262f99cb6ae9b550b9f8abf0ab0477044d087a /src/stdlib/optionals.c
parent7a2c99de74f5870e1dea5b59d049678ad0ef8e44 (diff)
Move patterns into a module
Diffstat (limited to 'src/stdlib/optionals.c')
-rw-r--r--src/stdlib/optionals.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/stdlib/optionals.c b/src/stdlib/optionals.c
index 797cb111..d3309029 100644
--- a/src/stdlib/optionals.c
+++ b/src/stdlib/optionals.c
@@ -6,7 +6,6 @@
#include "integers.h"
#include "metamethods.h"
#include "nums.h"
-#include "patterns.h"
#include "text.h"
#include "util.h"