AP_AIS: tidy AP_SerialManager.h includes

This commit is contained in:
Peter Barker 2022-11-07 10:20:19 +11:00 committed by Peter Barker
parent 162d93c742
commit c8302e115a
2 changed files with 1 additions and 1 deletions

View File

@ -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>

View File

@ -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>