diff options
Diffstat (limited to 'src/blogc-runserver')
-rw-r--r-- | src/blogc-runserver/httpd-utils.c | 4 | ||||
-rw-r--r-- | src/blogc-runserver/httpd.c | 4 | ||||
-rw-r--r-- | src/blogc-runserver/main.c | 1 | ||||
-rw-r--r-- | src/blogc-runserver/mime.c | 4 |
4 files changed, 0 insertions, 13 deletions
diff --git a/src/blogc-runserver/httpd-utils.c b/src/blogc-runserver/httpd-utils.c index 8d9c024..37e12f4 100644 --- a/src/blogc-runserver/httpd-utils.c +++ b/src/blogc-runserver/httpd-utils.c @@ -6,10 +6,6 @@ * See the file LICENSE. */ -#ifdef HAVE_CONFIG_H -#include <config.h> -#endif /* HAVE_CONFIG_H */ - #include <stdbool.h> #include <string.h> #include <unistd.h> diff --git a/src/blogc-runserver/httpd.c b/src/blogc-runserver/httpd.c index c2fd259..195bad0 100644 --- a/src/blogc-runserver/httpd.c +++ b/src/blogc-runserver/httpd.c @@ -6,10 +6,6 @@ * See the file LICENSE. */ -#ifdef HAVE_CONFIG_H -#include <config.h> -#endif /* HAVE_CONFIG_H */ - #include <errno.h> #include <stdio.h> #include <stdbool.h> diff --git a/src/blogc-runserver/main.c b/src/blogc-runserver/main.c index afc9db6..4563a66 100644 --- a/src/blogc-runserver/main.c +++ b/src/blogc-runserver/main.c @@ -13,7 +13,6 @@ #include <signal.h> #include <stdio.h> #include <stdlib.h> -#include <string.h> #include "../common/utils.h" #include "httpd.h" diff --git a/src/blogc-runserver/mime.c b/src/blogc-runserver/mime.c index b42d70a..8145f5b 100644 --- a/src/blogc-runserver/mime.c +++ b/src/blogc-runserver/mime.c @@ -6,10 +6,6 @@ * See the file LICENSE. */ -#ifdef HAVE_CONFIG_H -#include <config.h> -#endif /* HAVE_CONFIG_H */ - #include <stdlib.h> #include <string.h> #include <unistd.h> |