mirror of https://github.com/ArduPilot/ardupilot
AP_Scheduler: Fix multi #include's
This commit is contained in:
parent
8512652511
commit
e92c900b56
|
@ -58,8 +58,6 @@
|
|||
the scheduler is allowed to use before it must return
|
||||
*/
|
||||
|
||||
#include <AP_HAL/AP_HAL.h>
|
||||
|
||||
class AP_Scheduler
|
||||
{
|
||||
public:
|
||||
|
|
Loading…
Reference in New Issue