summaryrefslogtreecommitdiff
path: root/tasks.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tasks.cpp')
-rw-r--r--tasks.cpp8
1 files changed, 5 insertions, 3 deletions
diff --git a/tasks.cpp b/tasks.cpp
index 92b893e..d7acaf3 100644
--- a/tasks.cpp
+++ b/tasks.cpp
@@ -3,12 +3,14 @@
#include <vdr/i18n.h>
#include <vdr/menu.h>
#include <vdr/recording.h>
-#include "exception.h"
-#include "recordings.h"
+
#include "stdext.h"
-#include "tasks.h"
+#include "exception.h"
+#include "recman.h"
#include "tools.h"
+#include "tasks.h"
+
namespace vdrlive {
using namespace std;