AP_WheelEncoder: tidy includes

This commit is contained in:
Peter Barker 2022-03-01 12:19:21 +11:00 committed by Andrew Tridgell
parent 678d51f47e
commit 80c3415419
3 changed files with 0 additions and 3 deletions

View File

@ -15,7 +15,6 @@
#pragma once #pragma once
#include <AP_Common/AP_Common.h> #include <AP_Common/AP_Common.h>
#include <AP_HAL/AP_HAL.h>
#include <AP_Param/AP_Param.h> #include <AP_Param/AP_Param.h>
#include <AP_Math/AP_Math.h> #include <AP_Math/AP_Math.h>

View File

@ -14,7 +14,6 @@
*/ */
#include <AP_Common/AP_Common.h> #include <AP_Common/AP_Common.h>
#include <AP_HAL/AP_HAL.h>
#include "AP_WheelEncoder.h" #include "AP_WheelEncoder.h"
#include "WheelEncoder_Backend.h" #include "WheelEncoder_Backend.h"

View File

@ -15,7 +15,6 @@
#pragma once #pragma once
#include <AP_Common/AP_Common.h> #include <AP_Common/AP_Common.h>
#include <AP_HAL/AP_HAL.h>
#include "AP_WheelEncoder.h" #include "AP_WheelEncoder.h"
class AP_WheelEncoder_Backend class AP_WheelEncoder_Backend