diff --git a/libraries/AC_Fence/AC_Fence.h b/libraries/AC_Fence/AC_Fence.h index 5a3330e80d..059a933684 100644 --- a/libraries/AC_Fence/AC_Fence.h +++ b/libraries/AC_Fence/AC_Fence.h @@ -1,6 +1,5 @@ /// -*- tab-width: 4; Mode: C++; c-basic-offset: 4; indent-tabs-mode: nil -*- -#ifndef AC_FENCE_H -#define AC_FENCE_H +#pragma once #include #include @@ -124,4 +123,3 @@ private: uint32_t _manual_recovery_start_ms; // system time in milliseconds that pilot re-took manual control }; -#endif // AC_FENCE_H