AP_DAL: remove unneccesary includes of AP_Vehicle_Type.h

This commit is contained in:
Peter Barker 2022-10-28 11:26:46 +11:00 committed by Andrew Tridgell
parent 823947fde3
commit 1ed7b89f3b
8 changed files with 0 additions and 16 deletions

View File

@ -4,8 +4,6 @@
#include <AP_Airspeed/AP_Airspeed.h>
#include <AP_Vehicle/AP_Vehicle_Type.h>
class AP_DAL_Airspeed {
public:

View File

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

View File

@ -4,8 +4,6 @@
#include <AP_Beacon/AP_Beacon.h>
#include <AP_Vehicle/AP_Vehicle_Type.h>
class AP_DAL_Beacon {
public:

View File

@ -4,8 +4,6 @@
#include <AP_Compass/AP_Compass.h>
#include <AP_Vehicle/AP_Vehicle_Type.h>
class AP_DAL_Compass {
public:

View File

@ -4,8 +4,6 @@
#include <AP_Logger/LogStructure.h>
#include <AP_Vehicle/AP_Vehicle_Type.h>
class AP_DAL_GPS {
public:

View File

@ -4,8 +4,6 @@
#include <AP_Logger/LogStructure.h>
#include <AP_Vehicle/AP_Vehicle_Type.h>
class AP_DAL_InertialSensor {
public:

View File

@ -4,8 +4,6 @@
#include <AP_Logger/LogStructure.h>
#include <AP_Vehicle/AP_Vehicle_Type.h>
class AP_RangeFinder_Backend;
class AP_DAL_RangeFinder {

View File

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