summaryrefslogtreecommitdiff
path: root/tasks.cpp
diff options
context:
space:
mode:
authorDieter Hametner <dh (plus) vdr (at) gekrumbel (dot) de>2007-10-21 15:56:00 +0000
committerDieter Hametner <dh (plus) vdr (at) gekrumbel (dot) de>2007-10-21 15:56:00 +0000
commit0fea7f3368ab6ca3f056c26151d30e978a2f2eee (patch)
tree8fe0c6eb5c3cd46ecf68a1cd52cc224b0349ed2d /tasks.cpp
parent8ac9758dd9dc502c64c06c3339b6a60a7d54e39c (diff)
downloadvdr-plugin-live-0fea7f3368ab6ca3f056c26151d30e978a2f2eee.tar.gz
vdr-plugin-live-0fea7f3368ab6ca3f056c26151d30e978a2f2eee.tar.bz2
- renamed recordings.h/cpp to recman.h/cpp. Preparations for
recordings updates.
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;