summary refs log tree commit diff
path: root/vm_control
diff options
context:
space:
mode:
Diffstat (limited to 'vm_control')
-rw-r--r--vm_control/src/lib.rs8
1 files changed, 0 insertions, 8 deletions
diff --git a/vm_control/src/lib.rs b/vm_control/src/lib.rs
index 79d95ed..ac974a1 100644
--- a/vm_control/src/lib.rs
+++ b/vm_control/src/lib.rs
@@ -10,14 +10,6 @@
 //! The wire message format is a little-endian C-struct of fixed size, along with a file descriptor
 //! if the request type expects one.
 
-extern crate byteorder;
-extern crate kvm;
-extern crate libc;
-extern crate msg_socket;
-extern crate resources;
-#[macro_use]
-extern crate sys_util;
-
 use std::fmt::{self, Display};
 use std::fs::File;
 use std::io::{Seek, SeekFrom};