Browse Source

AP_HAL_Linux: Fix multi #include's

gps-1.3.1
Jaaaky 3 years ago committed by Andrew Tridgell
parent
commit
08d44815f6
  1. 1
      libraries/AP_HAL_Linux/RCInput_RPI.h

1
libraries/AP_HAL_Linux/RCInput_RPI.h

@ -11,7 +11,6 @@ @@ -11,7 +11,6 @@
#include <errno.h>
#include <stdarg.h>
#include <stdint.h>
#include <signal.h>
#include <time.h>
#include <sys/time.h>
#include <sys/types.h>

Loading…
Cancel
Save