diff options
| author | Squirrel <squirrelhomebrew@gmail.com> | 2026-01-27 18:55:09 -0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2026-01-27 18:55:09 -0800 |
| commit | 18da1f89cc28c33d9621214158176b9531175f36 (patch) | |
| tree | ff5c28e8144fb2dc04a4a54c196aa9744f5d1e6f | |
| parent | 2bfa3286eda81375422d9dda38b110512749cef9 (diff) | |
oh yea core.zc has string ok no need include string
| -rw-r--r-- | std/regex.zc | 1 |
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" |
