AP_RPM: tidy includes
This commit is contained in:
parent
5bc20af9d6
commit
5ddd50fefb
@ -15,7 +15,7 @@
|
|||||||
#pragma once
|
#pragma once
|
||||||
|
|
||||||
#include <AP_Common/AP_Common.h>
|
#include <AP_Common/AP_Common.h>
|
||||||
#include <AP_HAL/AP_HAL.h>
|
#include <AP_HAL/AP_HAL_Boards.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>
|
||||||
#include "AP_RPM_Params.h"
|
#include "AP_RPM_Params.h"
|
||||||
@ -32,9 +32,7 @@ class AP_RPM
|
|||||||
public:
|
public:
|
||||||
AP_RPM();
|
AP_RPM();
|
||||||
|
|
||||||
/* Do not allow copies */
|
CLASS_NO_COPY(AP_RPM); /* Do not allow copies */
|
||||||
AP_RPM(const AP_RPM &other) = delete;
|
|
||||||
AP_RPM &operator=(const AP_RPM&) = delete;
|
|
||||||
|
|
||||||
// RPM driver types
|
// RPM driver types
|
||||||
enum RPM_Type {
|
enum RPM_Type {
|
||||||
|
@ -14,8 +14,6 @@
|
|||||||
*/
|
*/
|
||||||
#pragma once
|
#pragma once
|
||||||
|
|
||||||
#include <AP_Common/AP_Common.h>
|
|
||||||
#include <AP_HAL/AP_HAL.h>
|
|
||||||
#include "AP_RPM.h"
|
#include "AP_RPM.h"
|
||||||
|
|
||||||
class AP_RPM_Backend
|
class AP_RPM_Backend
|
||||||
|
Loading…
Reference in New Issue
Block a user