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/include/unistd.h | |
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/include/unistd.h')
-rw-r--r-- | src/libc/include/unistd.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/libc/include/unistd.h b/src/libc/include/unistd.h index 41cf0a0..a38d031 100644 --- a/src/libc/include/unistd.h +++ b/src/libc/include/unistd.h @@ -1,6 +1,5 @@ #pragma once -#include <camellia/types.h> // TODO only needed because of hid_t -#include <camellia/intr.h> // TODO only included for backwards compat +#include <camellia/types.h> #include <sys/types.h> #include <getopt.h> |