diff options
Diffstat (limited to 'pages/timerconflicts.ecpp')
-rw-r--r-- | pages/timerconflicts.ecpp | 14 |
1 files changed, 6 insertions, 8 deletions
diff --git a/pages/timerconflicts.ecpp b/pages/timerconflicts.ecpp index b6c34f0..61e7338 100644 --- a/pages/timerconflicts.ecpp +++ b/pages/timerconflicts.ecpp @@ -1,12 +1,10 @@ <%pre> -#include <vdr/channels.h> -#include <vdr/i18n.h> -#include "timerconflict.h" -#include "tools.h" -#include "setup.h" -#include "epg_events.h" -#include "timers.h" -#include "i18n.h" + +#include <timerconflict.h> +#include <tools.h> +#include <setup.h> +#include <epg_events.h> +#include <timers.h> using namespace vdrlive; using namespace std; |