diff options
author | dzwdz | 2024-02-21 20:10:48 +0100 |
---|---|---|
committer | dzwdz | 2024-02-21 20:10:48 +0100 |
commit | 4b8f771d6ec926f95ec017c427348013d4c1872c (patch) | |
tree | 885bcfc2328206faf6398c50532a770ffee92a5a /src/libc/_start2.c | |
parent | 7f6686177af7279fb9465df25b2c1295ce1aeaa2 (diff) |
user/*: remove some minor header-related TODOs
pretty useless, but the list of all the TODOs is getting unwieldy, so I might
as well cross some crap off that list
Diffstat (limited to 'src/libc/_start2.c')
-rw-r--r-- | src/libc/_start2.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/libc/_start2.c b/src/libc/_start2.c index dbc91d7..2c6b64d 100644 --- a/src/libc/_start2.c +++ b/src/libc/_start2.c @@ -1,11 +1,12 @@ #include <_proc.h> #include <camellia/flags.h> +#include <camellia/intr.h> #include <camellia/syscalls.h> +#include <elfload.h> #include <stdio.h> #include <stdlib.h> #include <string.h> #include <unistd.h> -#include <elfload.h> int main(int argc, char **argv, char **envp); |