aboutsummaryrefslogtreecommitdiffstats
path: root/crates/daemon/src/events.rs
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--crates/daemon/src/events.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/crates/daemon/src/events.rs b/crates/daemon/src/events.rs
index e3f6ebc9..1864d224 100644
--- a/crates/daemon/src/events.rs
+++ b/crates/daemon/src/events.rs
@@ -7,7 +7,7 @@
//! External processes (like CLI commands) can also inject events via the
//! Control gRPC service.
-use crate::aclient::history::{History, HistoryId};
+use turtle::history::{History, HistoryId};
use turtle_common::record::RecordId;
/// Events that flow through the daemon's event bus.