1
0
mirror of https://bitbucket.org/librepilot/librepilot.git synced 2025-02-20 10:54:14 +01:00

LP-402 remove unused taskinfo and callbackinfo includes

This commit is contained in:
Philippe Renon 2017-01-15 22:37:22 +01:00
parent c95e718ff5
commit 1c222bdf09
16 changed files with 0 additions and 27 deletions

View File

@ -31,8 +31,6 @@
extern "C" {
#include <openpilot.h>
#include <callbackinfo.h>
#include <math.h>
#include <pid.h>
#include <CoordinateConversions.h>

View File

@ -41,7 +41,6 @@
#include <systemalarms.h>
#include <revosettings.h>
#include <positionstate.h>
#include <taskinfo.h>
// a number of useful macros
#define ADDSEVERITY(check) severity = (severity != SYSTEMALARMS_ALARM_OK ? severity : ((check) ? SYSTEMALARMS_ALARM_OK : SYSTEMALARMS_ALARM_CRITICAL))

View File

@ -41,7 +41,6 @@
#include "airspeedsettings.h"
#include "airspeedsensor.h" // object that will be updated by the module
#include "airspeedalarm.h"
#include "taskinfo.h"
#if defined(PIOS_INCLUDE_MS4525DO)

View File

@ -34,7 +34,6 @@
#include "inc/ubx_autoconfig.h"
#include <pios_mem.h>
#include "taskinfo.h"
// private type definitions

View File

@ -35,7 +35,6 @@
#include "osdinput.h"
#include "attitudestate.h"
#include "taskinfo.h"
#include "flightstatus.h"
#include "fifo_buffer.h"

View File

@ -27,8 +27,6 @@
extern "C" {
#include <openpilot.h>
#include <callbackinfo.h>
#include <math.h>
#include <pid.h>
#include <CoordinateConversions.h>

View File

@ -31,8 +31,6 @@
extern "C" {
#include <openpilot.h>
#include <callbackinfo.h>
#include <math.h>
#include <pid.h>
#include <CoordinateConversions.h>

View File

@ -28,8 +28,6 @@
extern "C" {
#include <openpilot.h>
#include <callbackinfo.h>
#include <math.h>
#include <pid.h>
#include <alarms.h>

View File

@ -27,8 +27,6 @@
extern "C" {
#include <openpilot.h>
#include <callbackinfo.h>
#include <math.h>
#include <pid.h>
#include <pathdesired.h>

View File

@ -31,8 +31,6 @@
extern "C" {
#include <openpilot.h>
#include <callbackinfo.h>
#include <math.h>
#include <pid.h>
#include <alarms.h>

View File

@ -27,8 +27,6 @@
extern "C" {
#include <openpilot.h>
#include <callbackinfo.h>
#include <math.h>
#include <pid.h>
#include <CoordinateConversions.h>

View File

@ -26,8 +26,6 @@
extern "C" {
#include <openpilot.h>
#include <callbackinfo.h>
#include <math.h>
#include <pid.h>
#include <CoordinateConversions.h>

View File

@ -28,8 +28,6 @@
extern "C" {
#include <openpilot.h>
#include <callbackinfo.h>
#include <math.h>
#include <pid.h>
#include <alarms.h>

View File

@ -27,8 +27,6 @@
extern "C" {
#include <openpilot.h>
#include <callbackinfo.h>
#include <math.h>
#include <pid.h>
#include <alarms.h>

View File

@ -26,8 +26,6 @@
extern "C" {
#include <openpilot.h>
#include <callbackinfo.h>
#include <math.h>
#include <pid.h>
#include <alarms.h>

View File

@ -31,7 +31,6 @@
#include <hwsettings.h>
#include <manualcontrolsettings.h>
#include <gcsreceiver.h>
#include <taskinfo.h>
/*
* Pull in the board-specific static HW definitions.