cleanup(wayland/popup): just imports

This commit is contained in:
Nova
2025-08-29 16:20:16 -07:00
parent 83dbde9bc0
commit 87907984f6

View File

@@ -9,10 +9,7 @@ use crate::{
};
use parking_lot::Mutex;
use rand::Rng;
use std::{
sync::{Arc, Weak, atomic::AtomicBool},
u64,
};
use std::sync::{Arc, Weak, atomic::AtomicBool};
use waynest::{
server::{Client, Dispatcher, Result, protocol::stable::xdg_shell::xdg_popup::XdgPopup},
wire::ObjectId,