Browse Source

AP_Menu: remove unused AP_Vehicle.h include

master
Andrew Tridgell 10 years ago
parent
commit
407fbc7261
  1. 1
      libraries/AP_Menu/AP_Menu.h

1
libraries/AP_Menu/AP_Menu.h

@ -18,7 +18,6 @@ @@ -18,7 +18,6 @@
#include <inttypes.h>
#include <AP_HAL.h>
#include <AP_Vehicle.h>
#define MENU_COMMANDLINE_MAX 32 ///< maximum input line length
#define MENU_ARGS_MAX 3 ///< maximum number of arguments

Loading…
Cancel
Save