mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-02-04 06:58:39 -04: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
|
||||
/// @brief Landing gear control library
|
||||
|
||||
#ifndef AP_LANDINGGEAR_H
|
||||
#define AP_LANDINGGEAR_H
|
||||
#pragma once
|
||||
|
||||
#include <AP_Param/AP_Param.h>
|
||||
#include <AP_Common/AP_Common.h>
|
||||
@ -75,5 +73,3 @@ private:
|
||||
/// deploy - deploy the landing gear
|
||||
void deploy();
|
||||
};
|
||||
|
||||
#endif /* AP_LANDINGGEAR_H */
|
||||
|
Loading…
Reference in New Issue
Block a user