From d5700d036ae285a4af9c7266aff6f3dfbaf1f156 Mon Sep 17 00:00:00 2001 From: Sam James Date: Sun, 29 Jan 2023 04:19:40 +0000 Subject: [PATCH] shell_var: missing includes from IWYU --- src/shell_var/shell_var.c | 5 ----- 1 file changed, 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 #include -#include #include #include -#include -#include -#include int main(int argc, char **argv) {