summaryrefslogtreecommitdiff
path: root/status.h
diff options
context:
space:
mode:
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;