diff --git a/atspi-common/src/events/document.rs b/atspi-common/src/events/document.rs index 447323b0..66053754 100644 --- a/atspi-common/src/events/document.rs +++ b/atspi-common/src/events/document.rs @@ -1,5 +1,5 @@ #[cfg(feature = "zbus")] -use crate::events::{MessageConversion, ObjectRef}; +use crate::events::MessageConversion; use crate::{ error::AtspiError, events::{BusProperties, HasMatchRule, HasRegistryEventString}, diff --git a/atspi-common/src/events/focus.rs b/atspi-common/src/events/focus.rs index ed93a819..45369774 100644 --- a/atspi-common/src/events/focus.rs +++ b/atspi-common/src/events/focus.rs @@ -1,5 +1,5 @@ #[cfg(feature = "zbus")] -use crate::events::{MessageConversion, ObjectRef}; +use crate::events::MessageConversion; use crate::{ error::AtspiError, events::{BusProperties, HasMatchRule, HasRegistryEventString}, diff --git a/atspi-common/src/events/terminal.rs b/atspi-common/src/events/terminal.rs index e48f8cf8..1e38b95f 100644 --- a/atspi-common/src/events/terminal.rs +++ b/atspi-common/src/events/terminal.rs @@ -1,5 +1,5 @@ #[cfg(feature = "zbus")] -use crate::events::{MessageConversion, ObjectRef}; +use crate::events::MessageConversion; use crate::{ error::AtspiError, events::{BusProperties, HasMatchRule, HasRegistryEventString}, diff --git a/atspi-common/src/events/window.rs b/atspi-common/src/events/window.rs index df6b90fb..2a4e1b8d 100644 --- a/atspi-common/src/events/window.rs +++ b/atspi-common/src/events/window.rs @@ -1,5 +1,5 @@ #[cfg(feature = "zbus")] -use crate::events::{MessageConversion, ObjectRef}; +use crate::events::MessageConversion; use crate::{ error::AtspiError, events::{BusProperties, EventBodyOwned, HasMatchRule, HasRegistryEventString},