Browse Source

SITL: remove transitive include dependencies

apm_2208
Peter Barker 3 years ago committed by Andrew Tridgell
parent
commit
44cc3de7a6
  1. 2
      libraries/SITL/SIM_XPlane.cpp

2
libraries/SITL/SIM_XPlane.cpp

@ -28,7 +28,7 @@ @@ -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"

Loading…
Cancel
Save