Browse Source

HAL_Linux:duplicate `#include <sys/types<`deleted

master
Silvia 11 years ago committed by Andrew Tridgell
parent
commit
b6baf78e73
  1. 1
      libraries/AP_HAL_Linux/UARTDriver.cpp

1
libraries/AP_HAL_Linux/UARTDriver.cpp

@ -15,7 +15,6 @@
#include <poll.h> #include <poll.h>
#include <assert.h> #include <assert.h>
#include <sys/ioctl.h> #include <sys/ioctl.h>
#include <sys/types.h>
#include <sys/socket.h> #include <sys/socket.h>
#include <netinet/in.h> #include <netinet/in.h>
#include <netinet/tcp.h> #include <netinet/tcp.h>

Loading…
Cancel
Save