AP_EPM: replace header guard with pragma once
This commit is contained in:
parent
d721ad70eb
commit
37d7a8214d
@ -11,9 +11,7 @@
|
|||||||
|
|
||||||
/// @file AP_EPM.h
|
/// @file AP_EPM.h
|
||||||
/// @brief AP_EPM control class
|
/// @brief AP_EPM control class
|
||||||
|
#pragma once
|
||||||
#ifndef __AP_EPM_h__
|
|
||||||
#define __AP_EPM_h__
|
|
||||||
|
|
||||||
#include <AP_Math/AP_Math.h>
|
#include <AP_Math/AP_Math.h>
|
||||||
#include <AP_Common/AP_Common.h>
|
#include <AP_Common/AP_Common.h>
|
||||||
@ -71,5 +69,3 @@ private:
|
|||||||
// internal variables
|
// internal variables
|
||||||
uint32_t _last_grab_or_release;
|
uint32_t _last_grab_or_release;
|
||||||
};
|
};
|
||||||
|
|
||||||
#endif /* _AP_EPM_H_ */
|
|
||||||
|
Loading…
Reference in New Issue
Block a user