AP_Mount: changed to AP_Vehicle.h

This commit is contained in:
Andrew Tridgell 2013-09-13 11:44:54 +10:00
parent 645eb711cb
commit a67413d495

View File

@ -19,7 +19,7 @@
#include <GCS_MAVLink.h>
#include <RC_Channel.h>
#include <AP_Airspeed.h>
#include <AP_SpdHgtControl.h>
#include <AP_Vehicle.h>
#include <DataFlash.h>
#include <AP_Notify.h>