AP_SpdHgtControl: replace header guard with pragma once
This commit is contained in:
parent
9c28730815
commit
0d2f661a6c
@ -1,4 +1,5 @@
|
||||
// -*- tab-width: 4; Mode: C++; c-basic-offset: 4; indent-tabs-mode: t -*-
|
||||
#pragma once
|
||||
|
||||
/// @file AP_SpdHgtControl.h
|
||||
/// @brief generic speed & height controller interface
|
||||
@ -10,9 +11,6 @@
|
||||
own class.
|
||||
*/
|
||||
|
||||
#ifndef AP_SPDHGTCONTROL_H
|
||||
#define AP_SPDHGTCONTROL_H
|
||||
|
||||
#include <AP_Common/AP_Common.h>
|
||||
#include <AP_Param/AP_Param.h>
|
||||
#include <DataFlash/DataFlash.h>
|
||||
@ -85,6 +83,3 @@ public:
|
||||
|
||||
|
||||
};
|
||||
|
||||
|
||||
#endif // AP_SPDHGTCONTROL_H
|
||||
|
Loading…
Reference in New Issue
Block a user