summaryrefslogtreecommitdiff
path: root/rust/examples
diff options
context:
space:
mode:
Diffstat (limited to 'rust/examples')
-rw-r--r--rust/examples/flowgraph.rs3
1 files changed, 2 insertions, 1 deletions
diff --git a/rust/examples/flowgraph.rs b/rust/examples/flowgraph.rs
index ede7ce84..75c854a7 100644
--- a/rust/examples/flowgraph.rs
+++ b/rust/examples/flowgraph.rs
@@ -7,9 +7,10 @@ use binaryninja::interaction::handler::{
};
use binaryninja::interaction::{MessageBoxButtonResult, MessageBoxButtonSet, MessageBoxIcon};
use binaryninja::{
+ architecture::BranchType,
binary_view::{BinaryView, BinaryViewExt},
disassembly::{DisassemblyTextLine, InstructionTextToken, InstructionTextTokenKind},
- flowgraph::{BranchType, EdgePenStyle, FlowGraph, ThemeColor},
+ flowgraph::{EdgePenStyle, FlowGraph, ThemeColor},
};
pub struct GraphPrinter;