Plane: build fix

This commit is contained in:
Andrew Tridgell 2014-04-03 20:54:50 +11:00
parent 1efadb7a05
commit 5a84fb96ed
1 changed files with 1 additions and 1 deletions

View File

@ -27,11 +27,11 @@
// Header includes
////////////////////////////////////////////////////////////////////////////////
#include <AP_HAL.h>
#include <math.h>
#include <stdarg.h>
#include <stdio.h>
#include <AP_HAL.h>
#include <AP_Common.h>
#include <AP_Progmem.h>
#include <AP_Menu.h>