summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSquirrel <squirrelhomebrew@gmail.com>2026-01-27 18:55:09 -0800
committerGitHub <noreply@github.com>2026-01-27 18:55:09 -0800
commit18da1f89cc28c33d9621214158176b9531175f36 (patch)
treeff5c28e8144fb2dc04a4a54c196aa9744f5d1e6f
parent2bfa3286eda81375422d9dda38b110512749cef9 (diff)
oh yea core.zc has string ok no need include string
-rw-r--r--std/regex.zc1
1 files changed, 0 insertions, 1 deletions
diff --git a/std/regex.zc b/std/regex.zc
index 92f1a54..f64b36e 100644
--- a/std/regex.zc
+++ b/std/regex.zc
@@ -1,5 +1,4 @@
include <regex.h>
-include <string.h>
import "./core.zc"
import "./string.zc"