mirror of
https://github.com/niri-wm/niri.git
synced 2026-06-22 02:01:55 +07:00
don't use smithay::reexports for calloop::EventLoop
This commit is contained in:
committed by
Ivan Molodetskikh
parent
fe2c2eec29
commit
7a2379ad35
+1
-1
@@ -9,6 +9,7 @@ use std::path::{Path, PathBuf};
|
|||||||
use std::process::Command;
|
use std::process::Command;
|
||||||
use std::{env, mem};
|
use std::{env, mem};
|
||||||
|
|
||||||
|
use calloop::EventLoop;
|
||||||
use clap::{CommandFactory, Parser};
|
use clap::{CommandFactory, Parser};
|
||||||
use clap_complete::Shell;
|
use clap_complete::Shell;
|
||||||
use clap_complete_nushell::Nushell;
|
use clap_complete_nushell::Nushell;
|
||||||
@@ -28,7 +29,6 @@ use niri_config::Config;
|
|||||||
use niri_ipc::socket::SOCKET_PATH_ENV;
|
use niri_ipc::socket::SOCKET_PATH_ENV;
|
||||||
use portable_atomic::Ordering;
|
use portable_atomic::Ordering;
|
||||||
use sd_notify::NotifyState;
|
use sd_notify::NotifyState;
|
||||||
use smithay::reexports::calloop::EventLoop;
|
|
||||||
use smithay::reexports::wayland_server::Display;
|
use smithay::reexports::wayland_server::Display;
|
||||||
use tracing_subscriber::EnvFilter;
|
use tracing_subscriber::EnvFilter;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user