Skip to content

Commit

Permalink
AP_Module: avoid including AP_InertialSensor.h in headers
Browse files Browse the repository at this point in the history
  • Loading branch information
peterbarker committed Dec 23, 2024
1 parent dbd5b1d commit aea6ba4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions libraries/AP_Module/examples/ModuleTest/ModuleTest.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
#include <AP_Baro/AP_Baro.h>
#include <AP_ExternalAHRS/AP_ExternalAHRS.h>
#include <GCS_MAVLink/GCS_Dummy.h>
#include <AP_InertialSensor/AP_InertialSensor.h>

const struct AP_Param::GroupInfo GCS_MAVLINK_Parameters::var_info[] = {
AP_GROUPEND
Expand Down

0 comments on commit aea6ba4

Please sign in to comment.