aboutsummaryrefslogtreecommitdiffstats
path: root/src/options.c
diff options
context:
space:
mode:
authorMax Kellermann <max@duempel.org>2008-10-02 16:52:25 +0200
committerMax Kellermann <max@duempel.org>2008-10-02 16:52:25 +0200
commit75fa0c73ee4ee2648f587e2eb852316061fc1053 (patch)
treeb2bf54b0bf943cbe518966a281b2808c0c561a72 /src/options.c
parentb543b982624593ab767d0734b08d053662434380 (diff)
downloadmpd-75fa0c73ee4ee2648f587e2eb852316061fc1053.tar.gz
mpd-75fa0c73ee4ee2648f587e2eb852316061fc1053.tar.xz
mpd-75fa0c73ee4ee2648f587e2eb852316061fc1053.zip
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.
Diffstat (limited to '')
-rw-r--r--src/options.c2
1 files changed, 1 insertions, 1 deletions
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"