summary refs log tree commit diff
path: root/resources
diff options
context:
space:
mode:
Diffstat (limited to 'resources')
-rw-r--r--resources/src/lib.rs6
1 files changed, 0 insertions, 6 deletions
diff --git a/resources/src/lib.rs b/resources/src/lib.rs
index 4da5d22..6195e91 100644
--- a/resources/src/lib.rs
+++ b/resources/src/lib.rs
@@ -4,12 +4,6 @@
 
 //! Manages system resources that can be allocated to VMs and their devices.
 
-#[cfg(feature = "wl-dmabuf")]
-extern crate gpu_buffer;
-extern crate libc;
-extern crate msg_socket;
-extern crate sys_util;
-
 use msg_socket::MsgOnSocket;
 use std::fmt::Display;