mirror of https://github.com/ArduPilot/ardupilot
AP_SpdHgtControl: remove unused includes
This commit is contained in:
parent
a5ff46950c
commit
ce4cdfd497
|
@ -10,11 +10,10 @@
|
|||
own class.
|
||||
*/
|
||||
|
||||
#include <AP_Common/AP_Common.h>
|
||||
#include <AP_Param/AP_Param.h>
|
||||
#include <AP_Logger/AP_Logger.h>
|
||||
#include <AP_Vehicle/AP_Vehicle.h>
|
||||
|
||||
#include <stdint.h>
|
||||
|
||||
class AP_SpdHgtControl {
|
||||
public:
|
||||
// Update the internal state of the height and height rate estimator
|
||||
|
|
Loading…
Reference in New Issue