summary refs log tree commit diff
path: root/net_util
diff options
context:
space:
mode:
Diffstat (limited to 'net_util')
-rw-r--r--net_util/src/lib.rs4
1 files changed, 0 insertions, 4 deletions
diff --git a/net_util/src/lib.rs b/net_util/src/lib.rs
index 456608c..0a903fc 100644
--- a/net_util/src/lib.rs
+++ b/net_util/src/lib.rs
@@ -2,10 +2,6 @@
 // Use of this source code is governed by a BSD-style license that can be
 // found in the LICENSE file.
 
-extern crate libc;
-extern crate net_sys;
-extern crate sys_util;
-
 use std::fmt::{self, Display};
 use std::fs::File;
 use std::io::{Read, Result as IoResult, Write};