mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-11 10:28:29 -04:00
Don't include AP_Vector (in preparation for retirement) and AP_Loop (because it's not being used by APM*). Interested clients can still include AP_Loop if they need it.
git-svn-id: https://arducopter.googlecode.com/svn/trunk@1540 f9c3cf11-9bcb-44bc-f272-b75c42450872
This commit is contained in:
parent
ce651511d7
commit
7f5b882e1a
@ -18,8 +18,8 @@
|
||||
#include <stdint.h>
|
||||
#include "include/menu.h" /// simple menu subsystem
|
||||
#include "c++.h" // c++ additions
|
||||
#include "AP_Vector.h"
|
||||
#include "AP_Loop.h"
|
||||
//#include "AP_Vector.h"
|
||||
//#include "AP_Loop.h"
|
||||
#include "AP_Var.h"
|
||||
|
||||
////////////////////////////////////////////////////////////////////////////////
|
||||
|
Loading…
Reference in New Issue
Block a user