summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorphintuka <phintuka>2009-05-03 20:35:36 +0000
committerphintuka <phintuka>2009-05-03 20:35:36 +0000
commit8c634f4462b14e1c02a94427c0aeac46968338a5 (patch)
tree93c7a3926f9394872e7954e24e4ebf4e5583d488
parent398ed4173c955ab72684e42be5302eb0fc361683 (diff)
downloadxineliboutput-8c634f4462b14e1c02a94427c0aeac46968338a5.tar.gz
xineliboutput-8c634f4462b14e1c02a94427c0aeac46968338a5.tar.bz2
re-ordered headers
-rw-r--r--osd.c4
-rw-r--r--setup_menu.c6
2 files changed, 5 insertions, 5 deletions
diff --git a/osd.c b/osd.c
index bb4e7269..f74b78a0 100644
--- a/osd.c
+++ b/osd.c
@@ -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 {