summary refs log tree commit diff
path: root/vhost/src/lib.rs
diff options
context:
space:
mode:
Diffstat (limited to 'vhost/src/lib.rs')
-rw-r--r--vhost/src/lib.rs5
1 files changed, 0 insertions, 5 deletions
diff --git a/vhost/src/lib.rs b/vhost/src/lib.rs
index e841294..917e1dc 100644
--- a/vhost/src/lib.rs
+++ b/vhost/src/lib.rs
@@ -2,11 +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_util;
-extern crate sys_util;
-extern crate virtio_sys;
-
 pub mod net;
 mod vsock;