AP_VisualOdom: tidy includes

This commit is contained in:
Peter Barker 2022-03-01 12:19:21 +11:00 committed by Andrew Tridgell
parent 2ffc16d1c5
commit 678d51f47e

View File

@ -14,8 +14,7 @@
*/
#pragma once
#include <AP_HAL/AP_HAL.h>
#include <AP_Vehicle/AP_Vehicle_Type.h>
#include <AP_HAL/AP_HAL_Boards.h>
#ifndef HAL_VISUALODOM_ENABLED
#define HAL_VISUALODOM_ENABLED (!HAL_MINIMIZE_FEATURES && BOARD_FLASH_SIZE > 1024)