AP_Logger: Remove unneeded includes
This commit is contained in:
parent
f92ee78890
commit
2e2ef27670
@ -6,12 +6,9 @@
|
||||
#include <AP_HAL/AP_HAL.h>
|
||||
#include <AP_Common/AP_Common.h>
|
||||
#include <AP_Param/AP_Param.h>
|
||||
#include <AP_GPS/AP_GPS.h>
|
||||
#include <AP_InertialSensor/AP_InertialSensor.h>
|
||||
#include <AP_RSSI/AP_RSSI.h>
|
||||
#include <AP_Baro/AP_Baro.h>
|
||||
#include <AP_AHRS/AP_AHRS.h>
|
||||
#include <AP_Vehicle/AP_Vehicle.h>
|
||||
#include <AP_Mission/AP_Mission.h>
|
||||
#include <AP_Airspeed/AP_Airspeed.h>
|
||||
#include <AP_BattMonitor/AP_BattMonitor.h>
|
||||
|
@ -2,9 +2,6 @@
|
||||
|
||||
#include "AP_Logger_Backend.h"
|
||||
|
||||
#include <AP_Mission/AP_Mission.h>
|
||||
#include <AP_Rally/AP_Rally.h>
|
||||
|
||||
class LoggerMessageWriter {
|
||||
public:
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user