summary refs log tree commit diff
path: root/devices/src/lib.rs
diff options
context:
space:
mode:
Diffstat (limited to 'devices/src/lib.rs')
-rw-r--r--devices/src/lib.rs6
1 files changed, 3 insertions, 3 deletions
diff --git a/devices/src/lib.rs b/devices/src/lib.rs
index 5173a7d..ee252ab 100644
--- a/devices/src/lib.rs
+++ b/devices/src/lib.rs
@@ -9,18 +9,18 @@ extern crate data_model;
 extern crate io_jail;
 extern crate kvm;
 extern crate libc;
+extern crate msg_on_socket_derive;
+extern crate msg_socket;
 extern crate net_sys;
 extern crate net_util;
 extern crate p9;
 extern crate resources;
+extern crate sync;
 #[macro_use]
 extern crate sys_util;
 extern crate vhost;
 extern crate virtio_sys;
 extern crate vm_control;
-#[macro_use]
-extern crate msg_socket;
-extern crate sync;
 
 mod bus;
 mod cmos;