summaryrefslogtreecommitdiff
path: root/tasks.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tasks.cpp')
-rw-r--r--tasks.cpp5
1 files changed, 3 insertions, 2 deletions
diff --git a/tasks.cpp b/tasks.cpp
index 6e1bd07..fc487d3 100644
--- a/tasks.cpp
+++ b/tasks.cpp
@@ -1,18 +1,19 @@
#include <algorithm>
-#include <boost/bind.hpp>
#include <vdr/channels.h>
#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 "tools.h"
namespace vdrlive {
using namespace std;
-using namespace boost;
+using namespace std::tr1;
+using namespace std::tr1::placeholders;
StickyTask::StickyTask()
{