remove unused import from dragonfly os raw

This commit is contained in:
Ali Clark 2016-02-17 14:09:22 +00:00
parent f4046deb20
commit cf144d16e9

View File

@ -18,9 +18,6 @@
definitions")]
#![allow(deprecated)]
use os::raw::c_long;
use os::unix::raw::{uid_t, gid_t};
#[stable(feature = "raw_ext", since = "1.1.0")] pub type blkcnt_t = u64;
#[stable(feature = "raw_ext", since = "1.1.0")] pub type blksize_t = u64;
#[stable(feature = "raw_ext", since = "1.1.0")] pub type dev_t = u64;