summaryrefslogtreecommitdiff
path: root/examples/mrp_client
diff options
context:
space:
mode:
authorJean-Baptiste Maillet <jean-baptiste.maillet@parrot.com>2014-11-27 11:19:28 +0100
committerJean-Baptiste Maillet <jean-baptiste.maillet@parrot.com>2014-11-27 11:19:28 +0100
commitbaaab5dafbdc428df2d4813ae8c0484f2aabdc5a (patch)
tree75c203623009d79db82f3f9aa4af58c4c8bc4947 /examples/mrp_client
parent265900c8146955c18d0b3116787dc5ba93ca59a6 (diff)
downloadOpen-AVB-baaab5dafbdc428df2d4813ae8c0484f2aabdc5a.tar.gz
mrpl: minor, remove a lot of useless includes
Diffstat (limited to 'examples/mrp_client')
-rwxr-xr-xexamples/mrp_client/mrpl.c17
1 files changed, 0 insertions, 17 deletions
diff --git a/examples/mrp_client/mrpl.c b/examples/mrp_client/mrpl.c
index 7f92f639..93101430 100755
--- a/examples/mrp_client/mrpl.c
+++ b/examples/mrp_client/mrpl.c
@@ -31,26 +31,9 @@
******************************************************************************/
-#include <unistd.h>
-#include <fcntl.h>
#include <stdlib.h>
#include <stdio.h>
#include <string.h>
-#include <syslog.h>
-#include <signal.h>
-#include <errno.h>
-#include <sys/ioctl.h>
-#include <sys/time.h>
-#include <sys/resource.h>
-#include <sys/mman.h>
-#include <sys/user.h>
-#include <sys/socket.h>
-#include <linux/if.h>
-#include <netpacket/packet.h>
-#include <netinet/in.h>
-#include <arpa/inet.h>
-#include <net/ethernet.h>
-#include <sys/un.h>
#if defined WIN32
#include <winsock2.h>