From e29b568d33f8665cb362f711f2486e3890c6edb0 Mon Sep 17 00:00:00 2001 From: Daniel Agar Date: Tue, 27 Mar 2018 15:58:06 -0400 Subject: [PATCH] state machine helper remove unused headers --- src/modules/commander/state_machine_helper.cpp | 17 ----------------- 1 file changed, 17 deletions(-) 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";