diff --git a/libraries/AP_LandingGear/AP_LandingGear.h b/libraries/AP_LandingGear/AP_LandingGear.h index aa433c0ce2..091189ea04 100644 --- a/libraries/AP_LandingGear/AP_LandingGear.h +++ b/libraries/AP_LandingGear/AP_LandingGear.h @@ -2,9 +2,7 @@ /// @file AP_LandingGear.h /// @brief Landing gear control library - -#ifndef AP_LANDINGGEAR_H -#define AP_LANDINGGEAR_H +#pragma once #include #include @@ -75,5 +73,3 @@ private: /// deploy - deploy the landing gear void deploy(); }; - -#endif /* AP_LANDINGGEAR_H */