Browse Source

AP_Tuning: Reduce header scope

master
Michael du Breuil 6 years ago committed by Peter Barker
parent
commit
9ed3242c06
  1. 1
      libraries/AP_Tuning/AP_Tuning.cpp
  2. 3
      libraries/AP_Tuning/AP_Tuning.h

1
libraries/AP_Tuning/AP_Tuning.cpp

@ -1,4 +1,5 @@ @@ -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>

3
libraries/AP_Tuning/AP_Tuning.h

@ -1,8 +1,7 @@ @@ -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…
Cancel
Save