From e52eb9e91481f7dd81abdfc9b7a88c68fe3f2d41 Mon Sep 17 00:00:00 2001 From: "Rafael G. Martins" Date: Fri, 7 Oct 2016 02:06:15 +0200 Subject: *: fixed includes --- src/common/config-parser.c | 5 +---- src/common/config-parser.h | 1 + src/common/file.c | 1 - src/common/stdin.c | 1 + 4 files changed, 3 insertions(+), 5 deletions(-) (limited to 'src/common') diff --git a/src/common/config-parser.c b/src/common/config-parser.c index 9361908..e847623 100644 --- a/src/common/config-parser.c +++ b/src/common/config-parser.c @@ -6,10 +6,7 @@ * See the file LICENSE. */ -#ifdef HAVE_CONFIG_H -#include -#endif /* HAVE_CONFIG_H */ - +#include #include #include "error.h" #include "utils.h" diff --git a/src/common/config-parser.h b/src/common/config-parser.h index 0d30c49..f9f287c 100644 --- a/src/common/config-parser.h +++ b/src/common/config-parser.h @@ -9,6 +9,7 @@ #ifndef _CONFIG_PARSER_H #define _CONFIG_PARSER_H +#include #include "utils.h" #include "error.h" diff --git a/src/common/file.c b/src/common/file.c index 47c97af..36f6ee4 100644 --- a/src/common/file.c +++ b/src/common/file.c @@ -7,7 +7,6 @@ */ #include -#include #include #include #include diff --git a/src/common/stdin.c b/src/common/stdin.c index 2664c3e..345b021 100644 --- a/src/common/stdin.c +++ b/src/common/stdin.c @@ -6,6 +6,7 @@ * See the file LICENSE. */ +#include #include #include "utils.h" #include "stdin.h" -- cgit v1.2.3-18-g5258