AP_InertialSensor: remove linux-only include

We already include AP_HAL.h that includes the platform-agnostic gpio
header, which is all that this driver needs. This is an alternative
fix to #7794.
This commit is contained in:
Lucas De Marchi 2018-03-09 10:44:19 -08:00
parent 7c499571ea
commit c4e8aeb105
1 changed files with 0 additions and 2 deletions

View File

@ -19,8 +19,6 @@
#include <utility>
#include <AP_HAL_Linux/GPIO.h>
extern const AP_HAL::HAL &hal;
#define LSM9DS0_DRY_X_PIN -1