diff options
author | phintuka <phintuka> | 2009-05-03 20:35:36 +0000 |
---|---|---|
committer | phintuka <phintuka> | 2009-05-03 20:35:36 +0000 |
commit | 8c634f4462b14e1c02a94427c0aeac46968338a5 (patch) | |
tree | 93c7a3926f9394872e7954e24e4ebf4e5583d488 /setup_menu.c | |
parent | 398ed4173c955ab72684e42be5302eb0fc361683 (diff) | |
download | xineliboutput-8c634f4462b14e1c02a94427c0aeac46968338a5.tar.gz xineliboutput-8c634f4462b14e1c02a94427c0aeac46968338a5.tar.bz2 |
re-ordered headers
Diffstat (limited to 'setup_menu.c')
-rw-r--r-- | setup_menu.c | 6 |
1 files changed, 3 insertions, 3 deletions
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 { |