diff options
Diffstat (limited to 'rust/examples/flowgraph.rs')
| -rw-r--r-- | rust/examples/flowgraph.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/rust/examples/flowgraph.rs b/rust/examples/flowgraph.rs index cb03234e..30307c3f 100644 --- a/rust/examples/flowgraph.rs +++ b/rust/examples/flowgraph.rs @@ -9,7 +9,7 @@ use binaryninja::interaction::{MessageBoxButtonResult, MessageBoxButtonSet, Mess use binaryninja::tracing::TracingLogListener; use binaryninja::{ architecture::BranchType, - binary_view::{BinaryView, BinaryViewExt}, + binary_view::BinaryView, disassembly::{DisassemblyTextLine, InstructionTextToken, InstructionTextTokenKind}, flowgraph::{EdgePenStyle, FlowGraph, ThemeColor}, }; |
