From fb6ffa422091277d7116fb059b23424ad9376777 Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Mon, 14 Jul 2014 11:16:36 +0200 Subject: [PATCH] conf: include cleanup --- src/conf.c | 3 +-- src/conf.h | 2 -- 2 files changed, 1 insertion(+), 4 deletions(-) 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); -- 2.30.2