aboutsummaryrefslogtreecommitdiff
path: root/include/datetime
diff options
context:
space:
mode:
Diffstat (limited to 'include/datetime')
-rw-r--r--include/datetime/planner-eds.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/include/datetime/planner-eds.h b/include/datetime/planner-eds.h
index 4110ba5..a99f611 100644
--- a/include/datetime/planner-eds.h
+++ b/include/datetime/planner-eds.h
@@ -20,7 +20,6 @@
#ifndef INDICATOR_DATETIME_PLANNER_EDS_H
#define INDICATOR_DATETIME_PLANNER_EDS_H
-#include <datetime/appointment.h>
#include <datetime/clock.h>
#include <datetime/planner.h>
@@ -38,7 +37,6 @@ class PlannerEds: public Planner
public:
PlannerEds(const std::shared_ptr<Clock>& clock);
virtual ~PlannerEds();
- void block_appointment(const Appointment& appointment);
private:
class Impl;