Skip to content

Commit d623db9

Browse files
berkowskiSusurrus
authored andcommitted
Removed unused libc imports in termios.
1 parent 90b22ff commit d623db9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/sys/termios.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ mod ffi {
9999

100100
use libc;
101101

102-
use libc::{c_int, c_uint, c_ulong, c_uchar};
102+
use libc::c_int;
103103

104104
pub type tcflag_t = libc::tcflag_t;
105105
pub type cc_t = libc::cc_t;

0 commit comments

Comments
 (0)