mirror of https://github.com/ArduPilot/ardupilot
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
f5ec94df02
commit
4479b0aff1
|
@ -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