fix linux build error

This commit is contained in:
weisd
2025-03-26 15:51:06 +08:00
parent 530b2d9d74
commit 9c666d31f4
+2 -4
View File
@@ -4,10 +4,8 @@ use std::fs::File;
use std::io::{self, BufRead, Error, ErrorKind};
use std::path::Path;
use crate::{
disk::Info,
error::{Error as e_Error, Result},
};
use crate::disk::Info;
use common::error::{Error as e_Error, Result};
use super::IOStats;