From 994ffdbde3b12429578a33dcf18204b9d813311f Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Thu, 2 Oct 2008 17:48:00 +0200 Subject: 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. --- src/screen_help.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/screen_help.c') diff --git a/src/screen_help.c b/src/screen_help.c index 2637af963..700bc8b65 100644 --- a/src/screen_help.c +++ b/src/screen_help.c @@ -17,7 +17,7 @@ */ #include "config.h" -#include "ncmpc.h" +#include "i18n.h" #include "mpdclient.h" #include "command.h" #include "screen.h" -- cgit v1.2.3