diff --git a/src/modules/commander/state_machine_helper.cpp b/src/modules/commander/state_machine_helper.cpp index ebcd99111b..70fc0ae4d7 100644 --- a/src/modules/commander/state_machine_helper.cpp +++ b/src/modules/commander/state_machine_helper.cpp @@ -40,34 +40,17 @@ * @author Sander Smeets */ #include - -#include - -#include -#include - -#include #include #include #include -#include -#include -#include -#include #include #include -#include #include "state_machine_helper.h" #include "commander_helper.h" #include "PreflightCheck.h" #include "arm_auth.h" -#ifndef __PX4_NUTTX -#include "DevMgr.hpp" -using namespace DriverFramework; -#endif - static constexpr const char reason_no_rc[] = "no RC"; static constexpr const char reason_no_offboard[] = "no offboard"; static constexpr const char reason_no_rc_and_no_offboard[] = "no RC and no offboard";