Skip to content

Commit

Permalink
fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
riesentoaster committed Dec 20, 2024
1 parent ffc1510 commit 5ea6c78
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions libafl_qemu/src/executor.rs
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@ use std::ptr;
#[cfg(feature = "systemmode")]
use std::sync::atomic::{AtomicBool, Ordering};

#[cfg(any(feature = "usermode", feature = "fork"))]
use libafl::inputs::UsesInput;
use libafl::{
corpus::Corpus,
events::{EventFirer, EventRestarter},
Expand Down Expand Up @@ -36,9 +38,6 @@ use libafl_qemu_sys::libafl_exit_request_timeout;
use libafl_qemu_sys::libafl_qemu_handle_crash;
use libc::siginfo_t;

#[cfg(any(feature = "usermode", feature = "fork"))]
use libafl::inputs::UsesInput;

#[cfg(feature = "usermode")]
use crate::EmulatorModules;
use crate::{command::CommandManager, modules::EmulatorModuleTuple, Emulator, EmulatorDriver};
Expand Down

0 comments on commit 5ea6c78

Please sign in to comment.