From 4b8f771d6ec926f95ec017c427348013d4c1872c Mon Sep 17 00:00:00 2001 From: dzwdz Date: Wed, 21 Feb 2024 20:10:48 +0100 Subject: 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 --- src/libc/include/unistd.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'src/libc/include/unistd.h') 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 // TODO only needed because of hid_t -#include // TODO only included for backwards compat +#include #include #include -- cgit v1.2.3