diff options
| author | Bruce Hill <bruce@bruce-hill.com> | 2025-05-01 15:29:48 -0400 |
|---|---|---|
| committer | Bruce Hill <bruce@bruce-hill.com> | 2025-05-01 15:29:48 -0400 |
| commit | c814131f2e5e09fe514746aa546d8baf90270ece (patch) | |
| tree | c3f08523a1e52dcbdfdc3e328af09a75b1fdfe3f /src/tomo.c | |
| parent | 09196851b82600523e8790e960046e78b35f4164 (diff) | |
Move imports
Diffstat (limited to 'src/tomo.c')
| -rw-r--r-- | src/tomo.c | 5 |
1 files changed, 2 insertions, 3 deletions
@@ -14,14 +14,15 @@ #include "compile.h" #include "cordhelpers.h" #include "parse.h" -#include "stdlib/lists.h" #include "stdlib/bools.h" #include "stdlib/bytes.h" #include "stdlib/datatypes.h" #include "stdlib/integers.h" +#include "stdlib/lists.h" #include "stdlib/optionals.h" #include "stdlib/paths.h" #include "stdlib/print.h" +#include "stdlib/random.h" #include "stdlib/text.h" #include "typecheck.h" #include "types.h" @@ -512,8 +513,6 @@ void install_library(Path_t lib_dir) print("Installed \033[1m", lib_dir_name, "\033[m to "TOMO_HOME"/installed"); } -#include "stdlib/random.h" - void compile_files(env_t *env, List_t to_compile, List_t *object_files, List_t *extra_ldlibs) { Table_t to_link = {}; |
