mirror of https://github.com/ArduPilot/ardupilot
AP_Tuning: Reduce header scope
This commit is contained in:
parent
18e979fd4f
commit
9ed3242c06
|
@ -1,4 +1,5 @@
|
|||
#include "AP_Tuning.h"
|
||||
#include <AP_Logger/AP_Logger.h>
|
||||
#include <GCS_MAVLink/GCS.h>
|
||||
#include <RC_Channel/RC_Channel.h>
|
||||
|
||||
|
|
|
@ -1,8 +1,7 @@
|
|||
#pragma once
|
||||
|
||||
#include <AP_Common/AP_Common.h>
|
||||
#include <AP_HAL/AP_HAL.h>
|
||||
#include <AP_Logger/AP_Logger.h>
|
||||
#include <AP_Param/AP_Param.h>
|
||||
|
||||
/*
|
||||
transmitter tuning library. Meant to be subclassed per vehicle type
|
||||
|
|
Loading…
Reference in New Issue