mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-03 14:38:30 -04:00
DataFlash: 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
2a213e7c42
commit
b6d69d9767
@ -15,9 +15,9 @@
|
|||||||
#include <AP_AHRS/AP_AHRS.h>
|
#include <AP_AHRS/AP_AHRS.h>
|
||||||
#include <AP_Vehicle/AP_Vehicle.h>
|
#include <AP_Vehicle/AP_Vehicle.h>
|
||||||
#include <AP_Mission/AP_Mission.h>
|
#include <AP_Mission/AP_Mission.h>
|
||||||
#include "../AP_Airspeed/AP_Airspeed.h"
|
#include <AP_Airspeed/AP_Airspeed.h>
|
||||||
#include "../AP_BattMonitor/AP_BattMonitor.h"
|
#include <AP_BattMonitor/AP_BattMonitor.h>
|
||||||
#include "../AP_RPM/AP_RPM.h"
|
#include <AP_RPM/AP_RPM.h>
|
||||||
#include <stdint.h>
|
#include <stdint.h>
|
||||||
#include "DataFlash_Backend.h"
|
#include "DataFlash_Backend.h"
|
||||||
|
|
||||||
|
@ -13,8 +13,8 @@
|
|||||||
#include <AP_Baro/AP_Baro.h>
|
#include <AP_Baro/AP_Baro.h>
|
||||||
#include <AP_AHRS/AP_AHRS.h>
|
#include <AP_AHRS/AP_AHRS.h>
|
||||||
#include <AP_Vehicle/AP_Vehicle.h>
|
#include <AP_Vehicle/AP_Vehicle.h>
|
||||||
#include "../AP_Airspeed/AP_Airspeed.h"
|
#include <AP_Airspeed/AP_Airspeed.h>
|
||||||
#include "../AP_BattMonitor/AP_BattMonitor.h"
|
#include <AP_BattMonitor/AP_BattMonitor.h>
|
||||||
#include <stdint.h>
|
#include <stdint.h>
|
||||||
|
|
||||||
class DataFlash_Backend
|
class DataFlash_Backend
|
||||||
|
@ -24,7 +24,7 @@
|
|||||||
#include <stdio.h>
|
#include <stdio.h>
|
||||||
#include <time.h>
|
#include <time.h>
|
||||||
#include <dirent.h>
|
#include <dirent.h>
|
||||||
#include "../AP_HAL/utility/RingBuffer.h"
|
#include <AP_HAL/utility/RingBuffer.h>
|
||||||
|
|
||||||
extern const AP_HAL::HAL& hal;
|
extern const AP_HAL::HAL& hal;
|
||||||
|
|
||||||
|
@ -7,7 +7,7 @@
|
|||||||
#include <AP_Math/AP_Math.h>
|
#include <AP_Math/AP_Math.h>
|
||||||
#include <AP_Baro/AP_Baro.h>
|
#include <AP_Baro/AP_Baro.h>
|
||||||
#include <AP_AHRS/AP_AHRS.h>
|
#include <AP_AHRS/AP_AHRS.h>
|
||||||
#include "../AP_BattMonitor/AP_BattMonitor.h"
|
#include <AP_BattMonitor/AP_BattMonitor.h>
|
||||||
#include <AP_Compass/AP_Compass.h>
|
#include <AP_Compass/AP_Compass.h>
|
||||||
|
|
||||||
extern const AP_HAL::HAL& hal;
|
extern const AP_HAL::HAL& hal;
|
||||||
|
Loading…
Reference in New Issue
Block a user