From 3edac3792982ab9c0949bdc359df394236488363 Mon Sep 17 00:00:00 2001 From: Andrew Tridgell Date: Mon, 1 Jun 2015 17:35:03 +1000 Subject: [PATCH] AP_Math: removed unused include in example --- libraries/AP_Math/examples/polygon/polygon.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/libraries/AP_Math/examples/polygon/polygon.cpp b/libraries/AP_Math/examples/polygon/polygon.cpp index cd2015bb06..75288cbf51 100644 --- a/libraries/AP_Math/examples/polygon/polygon.cpp +++ b/libraries/AP_Math/examples/polygon/polygon.cpp @@ -11,7 +11,6 @@ #include #include #include -#include const AP_HAL::HAL& hal = AP_HAL_BOARD_DRIVER;