mirror of https://github.com/ArduPilot/ardupilot
AP_Terrain: Don't include all of AP_FS
This commit is contained in:
parent
b0e232b30b
commit
dc0e4bea53
|
@ -17,7 +17,7 @@
|
|||
#include <AP_Common/AP_Common.h>
|
||||
#include <AP_HAL/AP_HAL.h>
|
||||
#include <AP_Common/Location.h>
|
||||
#include <AP_Filesystem/AP_Filesystem.h>
|
||||
#include <AP_Filesystem/AP_Filesystem_Available.h>
|
||||
|
||||
#if HAVE_FILESYSTEM_SUPPORT && defined(HAL_BOARD_TERRAIN_DIRECTORY)
|
||||
#define AP_TERRAIN_AVAILABLE 1
|
||||
|
|
Loading…
Reference in New Issue