only import needed types

This commit is contained in:
auronandace
2025-12-16 16:46:05 +00:00
parent 887a53c1b2
commit 95f7a12b8b
+4 -1
View File
@@ -29,7 +29,10 @@ use crate::{
},
io::{self, BufRead, BufWriter, LineWriter, Read, Write},
out::Out,
platform::{self, ERRNO, Pal, Sys, WriteByte, types::*},
platform::{
self, ERRNO, Pal, Sys, WriteByte,
types::{c_char, c_int, c_long, c_uint, c_ulonglong, c_void, off_t, size_t},
},
sync::Mutex,
};