shell_var: missing includes from IWYU

This commit is contained in:
Sam James 2023-01-29 04:19:40 +00:00 committed by William Hubbs
parent 616f756ca8
commit d5700d036a

View File

@ -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)
{