mirror of https://github.com/ArduPilot/ardupilot
ArduPlane: include cleanups
This commit is contained in:
parent
bfb8e7df81
commit
c0aa20b1d0
|
@ -13,7 +13,7 @@
|
||||||
along with this program. If not, see <http://www.gnu.org/licenses/>.
|
along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||||
*/
|
*/
|
||||||
#pragma once
|
#pragma once
|
||||||
#include <GCS_MAVLink/GCS.h>
|
#include <GCS_MAVLink/GCS_MAVLink.h>
|
||||||
|
|
||||||
class QuadPlane;
|
class QuadPlane;
|
||||||
class AP_MotorsMulticopter;
|
class AP_MotorsMulticopter;
|
||||||
|
|
Loading…
Reference in New Issue