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/support.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/support.c')
-rw-r--r-- | src/support.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/support.c b/src/support.c index bde8d1914..94aab41d1 100644 --- a/src/support.c +++ b/src/support.c @@ -19,7 +19,8 @@ */ #include "support.h" -#include "ncmpc.h" +#include "i18n.h" +#include "config.h" #include <assert.h> #include <time.h> |