diff options
Diffstat (limited to 'pages/timers.ecpp')
-rw-r--r-- | pages/timers.ecpp | 18 |
1 files changed, 8 insertions, 10 deletions
diff --git a/pages/timers.ecpp b/pages/timers.ecpp index 9f5632c..771a907 100644 --- a/pages/timers.ecpp +++ b/pages/timers.ecpp @@ -1,14 +1,12 @@ <%pre> -#include <set> -#include <vdr/i18n.h> -#include "timers.h" -#include "tools.h" -#include "setup.h" -#include "i18n.h" -#include "epg_events.h" -#include "timerconflict.h" -#include "livefeatures.h" -#include "users.h" + +#include <timers.h> +#include <tools.h> +#include <setup.h> +#include <epg_events.h> +#include <timerconflict.h> +#include <livefeatures.h> +#include <users.h> using namespace std; using namespace vdrlive; |