AP_Logger: Remove unneeded includes

This commit is contained in:
Michael du Breuil 2019-04-04 05:12:48 -07:00 committed by Peter Barker
parent f92ee78890
commit 2e2ef27670
2 changed files with 0 additions and 6 deletions

View File

@ -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>

View File

@ -2,9 +2,6 @@
#include "AP_Logger_Backend.h"
#include <AP_Mission/AP_Mission.h>
#include <AP_Rally/AP_Rally.h>
class LoggerMessageWriter {
public: