diff options
| author | Bruce Hill <bruce@bruce-hill.com> | 2025-08-23 13:10:44 -0400 |
|---|---|---|
| committer | Bruce Hill <bruce@bruce-hill.com> | 2025-08-23 13:10:44 -0400 |
| commit | b033c491b8df6e6c4bc11f9941f2bba93bb9d10f (patch) | |
| tree | eaa6831a9b5b4a9372b978dd303cc595ad1894ec /src/environment.c | |
| parent | 950c8a63be4cdb6bcbcc6c380d59238a36a3b932 (diff) | |
Remove some unused imports
Diffstat (limited to 'src/environment.c')
| -rw-r--r-- | src/environment.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/environment.c b/src/environment.c index f43e8daf..22b13e65 100644 --- a/src/environment.c +++ b/src/environment.c @@ -1,14 +1,12 @@ // Logic for the environmental context information during compilation // (variable bindings, code sections, etc.) #include <stdlib.h> -#include <signal.h> #include <sys/stat.h> #include "environment.h" #include "naming.h" #include "parse.h" #include "stdlib/datatypes.h" -#include "stdlib/paths.h" #include "stdlib/tables.h" #include "stdlib/text.h" #include "stdlib/util.h" |
