aboutsummaryrefslogtreecommitdiff
path: root/src/shell_var/shell_var.c
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2023-01-29 04:19:40 +0000
committerWilliam Hubbs <w.d.hubbs@gmail.com>2023-01-29 11:32:22 -0600
commitd5700d036ae285a4af9c7266aff6f3dfbaf1f156 (patch)
tree04a8cf9906193dce567a94e9bcd1595d86093a9d /src/shell_var/shell_var.c
parent616f756ca82a0538cb98f8ab1e7cb0de7a09097f (diff)
shell_var: missing includes from IWYU
Diffstat (limited to 'src/shell_var/shell_var.c')
-rw-r--r--src/shell_var/shell_var.c5
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)
{