diff options
Diffstat (limited to 'rust/src/language_representation.rs')
| -rw-r--r-- | rust/src/language_representation.rs | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/rust/src/language_representation.rs b/rust/src/language_representation.rs index 34524b96..d39cb95f 100644 --- a/rust/src/language_representation.rs +++ b/rust/src/language_representation.rs @@ -14,8 +14,7 @@ use crate::high_level_il::{HighLevelExpressionIndex, HighLevelILFunction}; use crate::line_formatter::CoreLineFormatter; use crate::rc::{Array, CoreArrayProvider, CoreArrayProviderInner, Ref, RefCountable}; use crate::string::{BnString, IntoCStr}; -use crate::type_parser::CoreTypeParser; -use crate::type_printer::CoreTypePrinter; +use crate::types::{CoreTypeParser, CoreTypePrinter}; pub type InstructionTextTokenContext = BNInstructionTextTokenContext; pub type ScopeType = BNScopeType; |
