AP_Terrain: Don't include all of AP_FS

This commit is contained in:
Michael du Breuil 2019-10-11 21:36:20 -07:00 committed by Andrew Tridgell
parent b0e232b30b
commit dc0e4bea53
1 changed files with 1 additions and 1 deletions

View File

@ -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