mirror of https://github.com/ArduPilot/ardupilot
AP_Tuning: tidy includes
This commit is contained in:
parent
c0f25a96fb
commit
b7fa43e630
|
@ -1,8 +1,9 @@
|
|||
#pragma once
|
||||
|
||||
#include <AP_Common/AP_Common.h>
|
||||
#include <AP_Param/AP_Param.h>
|
||||
|
||||
#include "stdint.h"
|
||||
|
||||
/*
|
||||
transmitter tuning library. Meant to be subclassed per vehicle type
|
||||
*/
|
||||
|
|
Loading…
Reference in New Issue