Browse Source

AP_GPS: standardize inclusion of libaries headers

Do the missing header changes due to changing the code before the pr
getting accepted.
mission-4.1.18
Lucas De Marchi 10 years ago committed by Andrew Tridgell
parent
commit
55beb6bc0f
  1. 2
      libraries/AP_GPS/AP_GPS.h

2
libraries/AP_GPS/AP_GPS.h

@ -26,7 +26,7 @@ @@ -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…
Cancel
Save