This header is not needed in our C++ sources.
@ -23,7 +23,6 @@
#include <AP_HAL/AP_HAL_Boards.h>
#include <stdint.h>
#include <stdlib.h>
#include <stdbool.h>
// used to pack structures
#define PACKED __attribute__((__packed__))
@ -1,7 +1,6 @@
#pragma once
#include "AP_HAL_Namespace.h"
#include "AP_HAL_Boards.h"
#include <atomic>
/*
@ -36,7 +36,6 @@
****************************************************************************/
#include <stdio.h>
#include "dsm.h"
@ -10,7 +10,6 @@
*/
class GetOptLong {
public:
@ -22,7 +22,6 @@
#include <string.h>
#include "srxl.h"
@ -43,7 +43,6 @@
* @author Lorenz Meier <lm@inf.ethz.ch>
#include "st24.h"
* @author Marco Bauer <marco@wtns.de>
#include "sumd.h"
#include "Flow_PX4.h"
#include <cmath>
@ -29,7 +29,6 @@ extern "C" {
#include <types.h>
#include <fcntl.h>
#include <unistd.h>
#include <stdarg.h>
#include <sys/timespec.h>
#include "sbus.h"
@ -8,7 +8,6 @@
#include <time.h>
#include <errno.h>
#include <AP_HAL/utility/Socket.h>