diff options
-rw-r--r-- | menu.c | 3 | ||||
-rw-r--r-- | menuitems.c | 4 | ||||
-rw-r--r-- | setup_menu.c | 3 |
3 files changed, 4 insertions, 6 deletions
@@ -4,14 +4,13 @@ * See the main source file 'xineliboutput.c' for copyright information and * how to reach the author. * - * $Id: menu.c,v 1.42 2007-09-17 23:16:18 phintuka Exp $ + * $Id: menu.c,v 1.43 2007-09-18 14:02:38 phintuka Exp $ * */ #include <dirent.h> #include <vdr/config.h> -#include <vdr/i18n.h> #include <vdr/interface.h> #include <vdr/menu.h> #include <vdr/plugin.h> diff --git a/menuitems.c b/menuitems.c index eb2b5cf4..975bf8a1 100644 --- a/menuitems.c +++ b/menuitems.c @@ -4,13 +4,13 @@ * See the main source file 'xineliboutput.c' for copyright information and * how to reach the author. * - * $Id: menuitems.c,v 1.9 2007-06-21 10:00:29 phintuka Exp $ + * $Id: menuitems.c,v 1.10 2007-09-18 14:02:38 phintuka Exp $ * */ #include <math.h> -#include <vdr/i18n.h> +#include "i18n.h" #include "menuitems.h" diff --git a/setup_menu.c b/setup_menu.c index 24febd4b..e7460dc5 100644 --- a/setup_menu.c +++ b/setup_menu.c @@ -4,12 +4,11 @@ * See the main source file 'xineliboutput.c' for copyright information and * how to reach the author. * - * $Id: setup_menu.c,v 1.38 2007-09-17 23:16:18 phintuka Exp $ + * $Id: setup_menu.c,v 1.39 2007-09-18 14:02:38 phintuka Exp $ * */ #include <vdr/config.h> -#include <vdr/i18n.h> #include <vdr/plugin.h> #include <vdr/remote.h> |