VTOL: Header cleanup

This commit is contained in:
Lorenz Meier
2016-09-26 23:17:09 +02:00
committed by Lorenz Meier
parent 90c4b41234
commit 7f4519d763
2 changed files with 3 additions and 0 deletions

View File

@@ -44,6 +44,8 @@
#include "standard.h"
#include "vtol_att_control_main.h"
#include <float.h>
Standard::Standard(VtolAttitudeControl *attc) :
VtolType(attc),
_flag_enable_mc_motors(true),

View File

@@ -42,6 +42,7 @@
#include "vtol_type.h"
#include "drivers/drv_pwm_output.h"
#include <px4_defines.h>
#include <float.h>
#include "vtol_att_control_main.h"
VtolType::VtolType(VtolAttitudeControl *att_controller) :