Browse Source

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
master
DrZiplok@gmail.com 14 years ago
parent
commit
2caea855cd
  1. 4
      libraries/AP_Common/AP_Common.h

4
libraries/AP_Common/AP_Common.h

@ -18,8 +18,8 @@ @@ -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…
Cancel
Save