diff options
| author | Bruce Hill <bruce@bruce-hill.com> | 2024-05-18 14:42:35 -0400 |
|---|---|---|
| committer | Bruce Hill <bruce@bruce-hill.com> | 2024-05-18 14:42:35 -0400 |
| commit | e439fcd1e2090ff797b46c80c6264f08ea9e9cfb (patch) | |
| tree | f03962b1e284b0ae33ed30660b527ec40b95963d /builtins | |
| parent | a1d18fd4225f67275ea4173532969e4ddf55b39f (diff) | |
Clean up imports a bit
Diffstat (limited to 'builtins')
| -rw-r--r-- | builtins/integers.h | 1 | ||||
| -rw-r--r-- | builtins/tomo.h | 7 |
2 files changed, 1 insertions, 7 deletions
diff --git a/builtins/integers.h b/builtins/integers.h index 707bc5c8..2e8f6721 100644 --- a/builtins/integers.h +++ b/builtins/integers.h @@ -5,6 +5,7 @@ #include <gc/cord.h> #include <stdbool.h> #include <stdint.h> +#include <stdlib.h> #include "datatypes.h" #include "types.h" diff --git a/builtins/tomo.h b/builtins/tomo.h index ded82945..17439b59 100644 --- a/builtins/tomo.h +++ b/builtins/tomo.h @@ -3,17 +3,10 @@ // All of the different builtin modules can be included by including this one // import -#include <err.h> #include <gc.h> #include <gc/cord.h> -#include <math.h> -#include <signal.h> #include <stdbool.h> #include <stdint.h> -#include <stdio.h> -#include <stdlib.h> -#include <string.h> -#include <unistd.h> #include "array.h" #include "bool.h" |
