diff options
Diffstat (limited to 'status.h')
-rw-r--r-- | status.h | 9 |
1 files changed, 3 insertions, 6 deletions
@@ -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; |