AP_LandingGear: replace header guard with pragma once

This commit is contained in:
Lucas De Marchi 2016-02-17 23:25:32 -02:00 committed by Andrew Tridgell
parent 7ad0036a11
commit 83f11145d5
1 changed files with 1 additions and 5 deletions

View File

@ -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 */