AP_Common: AP_FWVersion doesn't need mavlink headers

This commit is contained in:
Peter Barker 2022-07-08 13:10:25 +10:00 committed by Peter Barker
parent 0405451463
commit 5286ad45ad
1 changed files with 2 additions and 1 deletions

View File

@ -1,7 +1,8 @@
#pragma once
#include <stdint.h>
#include <GCS_MAVLink/GCS_MAVLink.h>
#include <AP_Common/AP_Common.h>
#include <AP_HAL/AP_HAL_Boards.h>
class PACKED AP_FWVersion {