mirror of https://github.com/ArduPilot/ardupilot
AP_Common: AP_FWVersion doesn't need mavlink headers
This commit is contained in:
parent
0405451463
commit
5286ad45ad
|
@ -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 {
|
||||
|
||||
|
|
Loading…
Reference in New Issue