From 75fa0c73ee4ee2648f587e2eb852316061fc1053 Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Thu, 2 Oct 2008 16:52:25 +0200 Subject: moved default value macros to defaults.h These macros are only used by options.c and conf.c. Move them to a common internal header. --- src/options.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/options.c') diff --git a/src/options.c b/src/options.c index f6e206aea..2a02dca74 100644 --- a/src/options.c +++ b/src/options.c @@ -18,7 +18,7 @@ #include "options.h" #include "config.h" -#include "ncmpc.h" +#include "defaults.h" #include "support.h" #include "command.h" #include "conf.h" -- cgit v1.2.3