only import needed types

This commit is contained in:
auronandace
2025-12-16 11:10:55 +00:00
parent 973b96a727
commit e041d5b552
+7 -1
View File
@@ -17,7 +17,13 @@ use crate::{
wctype::*,
},
iter::{NulTerminated, NulTerminatedInclusive},
platform::{self, ERRNO, types::*},
platform::{
self, ERRNO,
types::{
c_char, c_double, c_int, c_long, c_longlong, c_uchar, c_ulong, c_ulonglong, c_void,
intmax_t, size_t, uintmax_t, wchar_t, wint_t,
},
},
};
mod lookaheadreader;