mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-03-11 17:13:56 -03:00
AP_LandingGear: replace header guard with pragma once
This commit is contained in:
parent
7ad0036a11
commit
83f11145d5
@ -2,9 +2,7 @@
|
|||||||
|
|
||||||
/// @file AP_LandingGear.h
|
/// @file AP_LandingGear.h
|
||||||
/// @brief Landing gear control library
|
/// @brief Landing gear control library
|
||||||
|
#pragma once
|
||||||
#ifndef AP_LANDINGGEAR_H
|
|
||||||
#define AP_LANDINGGEAR_H
|
|
||||||
|
|
||||||
#include <AP_Param/AP_Param.h>
|
#include <AP_Param/AP_Param.h>
|
||||||
#include <AP_Common/AP_Common.h>
|
#include <AP_Common/AP_Common.h>
|
||||||
@ -75,5 +73,3 @@ private:
|
|||||||
/// deploy - deploy the landing gear
|
/// deploy - deploy the landing gear
|
||||||
void deploy();
|
void deploy();
|
||||||
};
|
};
|
||||||
|
|
||||||
#endif /* AP_LANDINGGEAR_H */
|
|
||||||
|
Loading…
Reference in New Issue
Block a user