summaryrefslogtreecommitdiff
path: root/status.h
diff options
context:
space:
mode:
authorAndreas Brugger <brougs78@gmx.net>2006-01-07 12:00:00 +0100
committerThomas Günther <tom@toms-cafe.de>2009-06-03 01:37:19 +0200
commiteb6eaf285edd82c212810f066313f93dc4a8a129 (patch)
treeccd809304ccfaf710db31e5ba765b92961a821ca /status.h
parenteeda27b9d069161db0261f6e2f51ac9463bde910 (diff)
downloadvdr-plugin-text2skin-eb6eaf285edd82c212810f066313f93dc4a8a129.tar.gz
vdr-plugin-text2skin-eb6eaf285edd82c212810f066313f93dc4a8a129.tar.bz2
2006-01-07: Version 1.1-cvs_ext-0.5 (vdr-text2skin-1.1-cvs_ext-0.5.diff)
- modifications to compile with vdr-versions >= 1.3.18 - added tokens: OsdWidth, OsdHeight - activating the token ReplayVideoAR
Diffstat (limited to 'status.h')
-rw-r--r--status.h9
1 files changed, 3 insertions, 6 deletions
diff --git a/status.h b/status.h
index 7527aaa..a39d680 100644
--- a/status.h
+++ b/status.h
@@ -5,14 +5,11 @@
#ifndef VDR_TEXT2SKIN_STATUS_H
#define VDR_TEXT2SKIN_STATUS_H
-#ifndef __STL_CONFIG_H
-#define __STL_CONFIG_H
-#endif
-
-#include "common.h"
-#include <vdr/status.h>
#include <algorithm>
#include <vector>
+#include "common.h"
+#include <vdr/status.h>
+
class cText2SkinRender;