diff options
author | Max Kellermann <max@duempel.org> | 2008-10-02 16:52:25 +0200 |
---|---|---|
committer | Max Kellermann <max@duempel.org> | 2008-10-02 16:52:25 +0200 |
commit | 75fa0c73ee4ee2648f587e2eb852316061fc1053 (patch) | |
tree | b2bf54b0bf943cbe518966a281b2808c0c561a72 /src/options.c | |
parent | b543b982624593ab767d0734b08d053662434380 (diff) | |
download | mpd-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.c | 2 |
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" |