mirror of https://github.com/ArduPilot/ardupilot
AP_WheelEncoder: tidy includes
This commit is contained in:
parent
678d51f47e
commit
80c3415419
|
@ -15,7 +15,6 @@
|
|||
#pragma once
|
||||
|
||||
#include <AP_Common/AP_Common.h>
|
||||
#include <AP_HAL/AP_HAL.h>
|
||||
#include <AP_Param/AP_Param.h>
|
||||
#include <AP_Math/AP_Math.h>
|
||||
|
||||
|
|
|
@ -14,7 +14,6 @@
|
|||
*/
|
||||
|
||||
#include <AP_Common/AP_Common.h>
|
||||
#include <AP_HAL/AP_HAL.h>
|
||||
#include "AP_WheelEncoder.h"
|
||||
#include "WheelEncoder_Backend.h"
|
||||
|
||||
|
|
|
@ -15,7 +15,6 @@
|
|||
#pragma once
|
||||
|
||||
#include <AP_Common/AP_Common.h>
|
||||
#include <AP_HAL/AP_HAL.h>
|
||||
#include "AP_WheelEncoder.h"
|
||||
|
||||
class AP_WheelEncoder_Backend
|
||||
|
|
Loading…
Reference in New Issue