diff options
author | Sam James <sam@gentoo.org> | 2023-01-29 04:19:40 +0000 |
---|---|---|
committer | William Hubbs <w.d.hubbs@gmail.com> | 2023-01-29 11:32:22 -0600 |
commit | d5700d036ae285a4af9c7266aff6f3dfbaf1f156 (patch) | |
tree | 04a8cf9906193dce567a94e9bcd1595d86093a9d /src/shell_var | |
parent | 616f756ca82a0538cb98f8ab1e7cb0de7a09097f (diff) |
shell_var: missing includes from IWYU
Diffstat (limited to 'src/shell_var')
-rw-r--r-- | src/shell_var/shell_var.c | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/src/shell_var/shell_var.c b/src/shell_var/shell_var.c index 70750245..62df7d1a 100644 --- a/src/shell_var/shell_var.c +++ b/src/shell_var/shell_var.c @@ -10,14 +10,9 @@ * except according to the terms contained in the LICENSE file. */ -#include <errno.h> #include <ctype.h> -#include <stdbool.h> #include <stdio.h> #include <stdlib.h> -#include <string.h> -#include <time.h> -#include <unistd.h> int main(int argc, char **argv) { |