diff options
Diffstat (limited to 'src/shell_var/shell_var.c')
-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) { |