diff options
-rw-r--r-- | osd.c | 4 | ||||
-rw-r--r-- | setup_menu.c | 6 |
2 files changed, 5 insertions, 5 deletions
@@ -4,7 +4,7 @@ * See the main source file 'xineliboutput.c' for copyright information and * how to reach the author. * - * $Id: osd.c,v 1.36 2009-03-24 09:01:31 phintuka Exp $ + * $Id: osd.c,v 1.37 2009-05-03 20:35:36 phintuka Exp $ * */ @@ -13,8 +13,8 @@ #include <vdr/thread.h> #include "logdefs.h" -#include "device.h" #include "config.h" +#include "device.h" #include "xine_osd_command.h" #include "tools/rle.h" diff --git a/setup_menu.c b/setup_menu.c index 20248126..5a7b1cd2 100644 --- a/setup_menu.c +++ b/setup_menu.c @@ -4,7 +4,7 @@ * See the main source file 'xineliboutput.c' for copyright information and * how to reach the author. * - * $Id: setup_menu.c,v 1.68 2009-03-23 08:38:57 phintuka Exp $ + * $Id: setup_menu.c,v 1.69 2009-05-03 20:34:58 phintuka Exp $ * */ @@ -15,11 +15,11 @@ #include <vdr/remote.h> #include <vdr/i18n.h> -#include "setup_menu.h" +#include "config.h" #include "device.h" #include "menuitems.h" -#include "config.h" #include "osd.h" // cXinelibOsdProvider::RefreshOsd() +#include "setup_menu.h" namespace XinelibOutputSetupMenu { |