AP_Rangefinder: Remove unused AP_Math header

This commit is contained in:
Michael du Breuil 2019-04-04 03:48:23 -07:00 committed by Peter Barker
parent c7a9e8bf93
commit 49d20d4b4f
1 changed files with 0 additions and 1 deletions

View File

@ -17,7 +17,6 @@
#include <AP_Common/AP_Common.h>
#include <AP_HAL/AP_HAL.h>
#include <AP_Param/AP_Param.h>
#include <AP_Math/AP_Math.h>
#include <AP_SerialManager/AP_SerialManager.h>
#include "AP_RangeFinder_Params.h"