mirror of https://github.com/ArduPilot/ardupilot
AP_DAL: remove unneccesary includes of AP_Vehicle_Type.h
This commit is contained in:
parent
823947fde3
commit
1ed7b89f3b
|
@ -4,8 +4,6 @@
|
|||
|
||||
#include <AP_Airspeed/AP_Airspeed.h>
|
||||
|
||||
#include <AP_Vehicle/AP_Vehicle_Type.h>
|
||||
|
||||
class AP_DAL_Airspeed {
|
||||
public:
|
||||
|
||||
|
|
|
@ -4,8 +4,6 @@
|
|||
|
||||
#include <AP_Logger/LogStructure.h>
|
||||
|
||||
#include <AP_Vehicle/AP_Vehicle_Type.h>
|
||||
|
||||
class AP_DAL_Baro {
|
||||
public:
|
||||
// methods so we look like AP_Baro:
|
||||
|
|
|
@ -4,8 +4,6 @@
|
|||
|
||||
#include <AP_Beacon/AP_Beacon.h>
|
||||
|
||||
#include <AP_Vehicle/AP_Vehicle_Type.h>
|
||||
|
||||
class AP_DAL_Beacon {
|
||||
public:
|
||||
|
||||
|
|
|
@ -4,8 +4,6 @@
|
|||
|
||||
#include <AP_Compass/AP_Compass.h>
|
||||
|
||||
#include <AP_Vehicle/AP_Vehicle_Type.h>
|
||||
|
||||
class AP_DAL_Compass {
|
||||
public:
|
||||
|
||||
|
|
|
@ -4,8 +4,6 @@
|
|||
|
||||
#include <AP_Logger/LogStructure.h>
|
||||
|
||||
#include <AP_Vehicle/AP_Vehicle_Type.h>
|
||||
|
||||
class AP_DAL_GPS {
|
||||
public:
|
||||
|
||||
|
|
|
@ -4,8 +4,6 @@
|
|||
|
||||
#include <AP_Logger/LogStructure.h>
|
||||
|
||||
#include <AP_Vehicle/AP_Vehicle_Type.h>
|
||||
|
||||
class AP_DAL_InertialSensor {
|
||||
public:
|
||||
|
||||
|
|
|
@ -4,8 +4,6 @@
|
|||
|
||||
#include <AP_Logger/LogStructure.h>
|
||||
|
||||
#include <AP_Vehicle/AP_Vehicle_Type.h>
|
||||
|
||||
class AP_RangeFinder_Backend;
|
||||
|
||||
class AP_DAL_RangeFinder {
|
||||
|
|
|
@ -4,8 +4,6 @@
|
|||
|
||||
#include <AP_VisualOdom/AP_VisualOdom.h>
|
||||
|
||||
#include <AP_Vehicle/AP_Vehicle_Type.h>
|
||||
|
||||
#if HAL_VISUALODOM_ENABLED
|
||||
|
||||
class AP_DAL_VisualOdom {
|
||||
|
|
Loading…
Reference in New Issue