Solve unused imports on windows

This commit is contained in:
Albert24GG 2024-03-06 10:40:56 +02:00
parent 7e573bdcb6
commit e12cfcc226
1 changed files with 3 additions and 0 deletions

View File

@ -22,8 +22,11 @@ use windows::Win32::{
#[cfg(target_os = "linux")]
use procfs::process::{self, all_processes};
#[cfg(target_os = "linux")]
use std::fs::File;
#[cfg(target_os = "linux")]
use std::io::{Read, Seek, SeekFrom};
#[cfg(target_os = "linux")]
use std::path::{Path, PathBuf};
/// Represents a Windows process.