SITL: remove transitive include dependencies

This commit is contained in:
Peter Barker 2022-07-18 10:51:11 +10:00 committed by Andrew Tridgell
parent 695891365e
commit 44cc3de7a6
1 changed files with 1 additions and 1 deletions

View File

@ -28,7 +28,7 @@
#include <sys/types.h>
#include <AP_HAL/AP_HAL.h>
#include <AP_Logger/AP_Logger.h>
#include <SRV_Channel/SRV_Channel.h>
// ignore cast errors in this case to keep complexity down
#pragma GCC diagnostic ignored "-Wcast-align"