about summary refs log tree commit diff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/backend.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/backend.rs b/src/backend.rs
index e375fffb6cb..59b339eb57c 100644
--- a/src/backend.rs
+++ b/src/backend.rs
@@ -8,7 +8,7 @@ use cranelift_module::{FuncId, Module};
 use object::{SectionKind, SymbolFlags, RelocationKind, RelocationEncoding};
 use object::write::*;
 
-use cranelift_object::*;
+use cranelift_object::{ObjectBackend, ObjectBuilder, ObjectProduct};
 
 use gimli::SectionId;