AP_OSD: tidy includes

This commit is contained in:
Peter Barker 2022-03-01 12:19:13 +11:00 committed by Andrew Tridgell
parent fa2c78f057
commit 97ccf77941

View File

@ -16,7 +16,8 @@
#pragma once
#include <AP_HAL/AP_HAL.h>
#include <AP_HAL/AP_HAL_Boards.h>
#include <AP_HAL/Semaphores.h>
#include <AP_Param/AP_Param.h>
#include <AP_Math/AP_Math.h>
#include <AP_ESC_Telem/AP_ESC_Telem.h>