about summary refs log tree commit diff
path: root/src/libstd/os/dragonfly/raw.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/libstd/os/dragonfly/raw.rs')
-rw-r--r--src/libstd/os/dragonfly/raw.rs3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/libstd/os/dragonfly/raw.rs b/src/libstd/os/dragonfly/raw.rs
index f3bde9cd1f3..56d69775a31 100644
--- a/src/libstd/os/dragonfly/raw.rs
+++ b/src/libstd/os/dragonfly/raw.rs
@@ -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;