summaryrefslogtreecommitdiff
path: root/epg_events.h
diff options
context:
space:
mode:
Diffstat (limited to 'epg_events.h')
-rw-r--r--epg_events.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/epg_events.h b/epg_events.h
index 03c7947..68eb0a4 100644
--- a/epg_events.h
+++ b/epg_events.h
@@ -3,7 +3,6 @@
#include <ctime>
#include <vector>
-#include <boost/shared_ptr.hpp>
#include <vdr/plugin.h>
#include <vdr/channels.h>
@@ -12,6 +11,7 @@
#include <vdr/i18n.h>
#include "live.h"
+#include "stdext.h"
namespace vdrlive
{
@@ -74,7 +74,7 @@ namespace vdrlive
time_t m_end_time;
};
- typedef boost::shared_ptr<EpgEvent> EpgEventPtr;
+ typedef std::tr1::shared_ptr<EpgEvent> EpgEventPtr;
class EpgEvents : public std::vector<EpgEventPtr> {
public: