aboutsummaryrefslogtreecommitdiff
path: root/examples/armv4t/gdb/section_offsets.rs
diff options
context:
space:
mode:
Diffstat (limited to 'examples/armv4t/gdb/section_offsets.rs')
-rw-r--r--examples/armv4t/gdb/section_offsets.rs3
1 files changed, 1 insertions, 2 deletions
diff --git a/examples/armv4t/gdb/section_offsets.rs b/examples/armv4t/gdb/section_offsets.rs
index d04aab7..facebc3 100644
--- a/examples/armv4t/gdb/section_offsets.rs
+++ b/examples/armv4t/gdb/section_offsets.rs
@@ -1,8 +1,7 @@
+use crate::gdb::Emu;
use gdbstub::target;
use gdbstub::target::ext::section_offsets::Offsets;
-use crate::gdb::Emu;
-
// This implementation is for illustrative purposes only. If the offsets are
// guaranteed to be zero, this extension does not need to be implemented.