aboutsummaryrefslogtreecommitdiffstats
path: root/src/blogc-git-receiver.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/blogc-git-receiver.c')
-rw-r--r--src/blogc-git-receiver.c7
1 files changed, 1 insertions, 6 deletions
diff --git a/src/blogc-git-receiver.c b/src/blogc-git-receiver.c
index e717259..820fce5 100644
--- a/src/blogc-git-receiver.c
+++ b/src/blogc-git-receiver.c
@@ -6,12 +6,8 @@
* See the file LICENSE.
*/
-#ifdef HAVE_CONFIG_H
-#include <config.h>
-#endif /* HAVE_CONFIG_H */
-
-#include <stdarg.h>
#include <stdbool.h>
+#include <stddef.h>
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
@@ -19,7 +15,6 @@
#include <unistd.h>
#include <errno.h>
#include <sys/stat.h>
-#include <sys/types.h>
#include <dirent.h>
#include <time.h>