diff options
author | Max Kellermann <max@duempel.org> | 2008-10-02 17:48:00 +0200 |
---|---|---|
committer | Max Kellermann <max@duempel.org> | 2008-10-02 17:48:00 +0200 |
commit | 994ffdbde3b12429578a33dcf18204b9d813311f (patch) | |
tree | 1b6412bd29fd87cd5c05b46d05a5e3d25af48feb /src/conf.c | |
parent | 4522707accad358bd3098a6b1dd6966da5564610 (diff) | |
download | mpd-994ffdbde3b12429578a33dcf18204b9d813311f.tar.gz mpd-994ffdbde3b12429578a33dcf18204b9d813311f.tar.xz mpd-994ffdbde3b12429578a33dcf18204b9d813311f.zip |
moved i18n macros to i18n.h
Don't make everybody include ncmpc.h just to have generic features.
Move generic i18n macros to a separate header.
Diffstat (limited to 'src/conf.c')
-rw-r--r-- | src/conf.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/conf.c b/src/conf.c index 66f125d0d..05eb28ff7 100644 --- a/src/conf.c +++ b/src/conf.c @@ -22,7 +22,7 @@ #include "conf.h" #include "config.h" #include "defaults.h" -#include "ncmpc.h" +#include "i18n.h" #include "support.h" #include "command.h" #include "colors.h" |