From 0fea7f3368ab6ca3f056c26151d30e978a2f2eee Mon Sep 17 00:00:00 2001 From: Dieter Hametner Date: Sun, 21 Oct 2007 15:56:00 +0000 Subject: - renamed recordings.h/cpp to recman.h/cpp. Preparations for recordings updates. --- tasks.cpp | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) (limited to 'tasks.cpp') diff --git a/tasks.cpp b/tasks.cpp index 92b893e..d7acaf3 100644 --- a/tasks.cpp +++ b/tasks.cpp @@ -3,12 +3,14 @@ #include #include #include -#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; -- cgit v1.2.3