AP_Declination: Fix multi #include's

This commit is contained in:
Jaaaky 2021-12-16 17:42:17 +03:00 committed by Andrew Tridgell
parent d27f122295
commit bfb9b1ac73
1 changed files with 0 additions and 1 deletions

View File

@ -2,7 +2,6 @@
#include <AP_Common/AP_Common.h>
#include <AP_Param/AP_Param.h>
#include <StorageManager/StorageManager.h>
#include <AP_HAL/AP_HAL.h>
#include <AP_Math/AP_Math.h>
#include <AP_Declination/AP_Declination.h>
#include <Filter/Filter.h>