AP_InertialNav: removed IMU.h to fix compiler error from example sketch

This commit is contained in:
rmackay9 2012-11-07 19:48:13 +09:00
parent 5f34d41b59
commit 61dd405910
1 changed files with 0 additions and 1 deletions

View File

@ -18,7 +18,6 @@
#include <AP_Compass.h> // ArduPilot Mega Magnetometer Library
#include <AP_Math.h> // ArduPilot Mega Vector/Matrix math Library
#include <AP_InertialSensor.h> // ArduPilot Mega Inertial Sensor (accel & gyro) Library
#include <AP_IMU.h> // ArduPilot Mega IMU Library
#include <AP_PeriodicProcess.h> // Parent header of Timer
#include <AP_TimerProcess.h> // TimerProcess is the scheduler for MPU6000 reads.
#include <AP_AHRS.h>