diff options
Diffstat (limited to 'src/blogc-git-receiver/shell.c')
-rw-r--r-- | src/blogc-git-receiver/shell.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/blogc-git-receiver/shell.c b/src/blogc-git-receiver/shell.c index 581ec3d..34aa3f2 100644 --- a/src/blogc-git-receiver/shell.c +++ b/src/blogc-git-receiver/shell.c @@ -6,7 +6,6 @@ * See the file LICENSE. */ -#include <stdbool.h> #include <stddef.h> #include <stdio.h> #include <stdlib.h> @@ -14,7 +13,6 @@ #include <unistd.h> #include <errno.h> #include <sys/stat.h> -#include <sys/types.h> #include "../common/utils.h" #include "shell-command-parser.h" #include "shell.h" |