mirror of https://github.com/ArduPilot/ardupilot
AP_EFI: tidy includes
This commit is contained in:
parent
f1069023ee
commit
6fa9fd1768
|
@ -16,7 +16,7 @@
|
||||||
|
|
||||||
#include "AP_EFI.h"
|
#include "AP_EFI.h"
|
||||||
#include "AP_EFI_State.h"
|
#include "AP_EFI_State.h"
|
||||||
#include <AP_HAL/AP_HAL.h>
|
#include <AP_HAL/Semaphores.h>
|
||||||
|
|
||||||
class AP_EFI; //forward declaration
|
class AP_EFI; //forward declaration
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue