ArduPlane: include cleanups

This commit is contained in:
Peter Barker 2022-02-25 16:06:31 +11:00 committed by Andrew Tridgell
parent bfb8e7df81
commit c0aa20b1d0
1 changed files with 1 additions and 1 deletions

View File

@ -13,7 +13,7 @@
along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
#pragma once
#include <GCS_MAVLink/GCS.h>
#include <GCS_MAVLink/GCS_MAVLink.h>
class QuadPlane;
class AP_MotorsMulticopter;