mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-03 14:38:30 -04:00
AP_GPS: standardize inclusion of libaries headers
Do the missing header changes due to changing the code before the pr getting accepted.
This commit is contained in:
parent
7e997564bf
commit
55beb6bc0f
@ -26,7 +26,7 @@
|
||||
#include <GCS_MAVLink/GCS_MAVLink.h>
|
||||
#include <AP_Vehicle/AP_Vehicle.h>
|
||||
#include "GPS_detect_state.h"
|
||||
#include "../AP_SerialManager/AP_SerialManager.h"
|
||||
#include <AP_SerialManager/AP_SerialManager.h>
|
||||
|
||||
/**
|
||||
maximum number of GPS instances available on this platform. If more
|
||||
|
Loading…
Reference in New Issue
Block a user