Skip to content

Commit

Permalink
AP_SpdHgtControl: remove unused includes
Browse files Browse the repository at this point in the history
  • Loading branch information
peterbarker committed Jul 9, 2019
1 parent a5ff469 commit ce4cdfd
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions libraries/AP_SpdHgtControl/AP_SpdHgtControl.h
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit ce4cdfd

Please sign in to comment.