diff options
| author | Bruce Hill <bruce@bruce-hill.com> | 2024-09-05 02:37:45 -0400 |
|---|---|---|
| committer | Bruce Hill <bruce@bruce-hill.com> | 2024-09-05 02:37:45 -0400 |
| commit | fa5ca582ffc543b8093762d2e0c876b3c6068351 (patch) | |
| tree | 634d8cad9e24b2e123727da8ffb74d26cb6a748c /builtins | |
| parent | f5140086ae3b7a474206754e76d91142c1d0d607 (diff) | |
Clean up some imports
Diffstat (limited to 'builtins')
| -rw-r--r-- | builtins/range.c | 1 | ||||
| -rw-r--r-- | builtins/text.c | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/builtins/range.c b/builtins/range.c index 362174b0..d170e6b7 100644 --- a/builtins/range.c +++ b/builtins/range.c @@ -2,7 +2,6 @@ #include <ctype.h> #include <err.h> -#include <gmp.h> #include <gc.h> #include <math.h> #include <stdbool.h> diff --git a/builtins/text.c b/builtins/text.c index bd329ea6..54b9d3d5 100644 --- a/builtins/text.c +++ b/builtins/text.c @@ -51,7 +51,6 @@ #include <ctype.h> #include <err.h> #include <gc.h> -#include <gmp.h> #include <limits.h> #include <printf.h> #include <stdbool.h> |
