From: Max Kellermann Date: Mon, 14 Jul 2014 09:16:36 +0000 (+0200) Subject: conf: include cleanup X-Git-Tag: v0.24~6 X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=fb6ffa422091277d7116fb059b23424ad9376777;p=ncmpc.git conf: include cleanup --- diff --git a/src/conf.c b/src/conf.c index 0f7a494..1f1f0bc 100644 --- a/src/conf.c +++ b/src/conf.c @@ -24,15 +24,14 @@ #include "command.h" #include "colors.h" #include "screen_list.h" +#include "options.h" #include #include #include #include #include -#include #include -#include #include #include diff --git a/src/conf.h b/src/conf.h index 89f80fc..a9503ad 100644 --- a/src/conf.h +++ b/src/conf.h @@ -17,8 +17,6 @@ * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. */ -#include "options.h" - int check_user_conf_dir(void); char *build_user_conf_filename(void);