1
0
mirror of https://github.com/a2x/cs2-dumper.git synced 2025-05-04 13:45:34 +08:00

Solve unused imports on windows

This commit is contained in:
Albert24GG 2024-03-06 10:40:56 +02:00
parent 7e573bdcb6
commit e12cfcc226

@ -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.