summaryrefslogtreecommitdiff
path: root/timers.h
diff options
context:
space:
mode:
Diffstat (limited to 'timers.h')
-rw-r--r--timers.h6
1 files changed, 2 insertions, 4 deletions
diff --git a/timers.h b/timers.h
index 44dec10..1952524 100644
--- a/timers.h
+++ b/timers.h
@@ -1,13 +1,11 @@
#ifndef VDR_LIVE_TIMERS_H
#define VDR_LIVE_TIMERS_H
+// STL headers need to be before VDR tools.h (included by <vdr/timers.h>)
#include <list>
#include <string>
-#include <vdr/channels.h>
-#include <vdr/menu.h>
+
#include <vdr/timers.h>
-#include <vdr/thread.h>
-#include "live.h"
namespace vdrlive {