AP_Tuning: Reduce header scope

This commit is contained in:
Michael du Breuil 2019-06-26 19:32:50 -07:00 committed by Peter Barker
parent 18e979fd4f
commit 9ed3242c06
2 changed files with 2 additions and 2 deletions

View File

@ -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>

View File

@ -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