mirror of https://github.com/ArduPilot/ardupilot
AP_AIS: tidy AP_SerialManager.h includes
This commit is contained in:
parent
162d93c742
commit
c8302e115a
|
@ -28,6 +28,7 @@
|
|||
#if !AP_AIS_DUMMY_METHODS_ENABLED
|
||||
|
||||
#include <AP_Logger/AP_Logger.h>
|
||||
#include <AP_SerialManager/AP_SerialManager.h>
|
||||
#include <GCS_MAVLink/GCS_MAVLink.h>
|
||||
#include <GCS_MAVLink/GCS.h>
|
||||
|
||||
|
|
|
@ -22,7 +22,6 @@
|
|||
// 2 compiled in with dummy methods, none functional, except rover which never uses dummy methods functionality
|
||||
|
||||
#include <AP_Param/AP_Param.h>
|
||||
#include <AP_SerialManager/AP_SerialManager.h>
|
||||
#include <AP_Common/AP_ExpandingArray.h>
|
||||
#include <GCS_MAVLink/GCS_MAVLink.h>
|
||||
|
||||
|
|
Loading…
Reference in New Issue