MAVLink: POSIX adjustments

This commit is contained in:
Lorenz Meier
2015-09-11 21:49:06 +02:00
parent 60db613a8f
commit c29e47b3fc
-2
View File
@@ -49,7 +49,6 @@
#include <math.h>
#include <stdbool.h>
#include <fcntl.h>
#include <mqueue.h>
#include <string.h>
#include <drivers/drv_hrt.h>
#include <drivers/drv_accel.h>
@@ -62,7 +61,6 @@
#include <float.h>
#include <unistd.h>
#ifndef __PX4_POSIX
#include <sys/prctl.h>
#include <termios.h>
#endif
#include <errno.h>