aboutsummaryrefslogtreecommitdiff
path: root/src/transport
diff options
context:
space:
mode:
Diffstat (limited to 'src/transport')
-rw-r--r--src/transport/gnunet-helper-transport-bluetooth.c1
-rw-r--r--src/transport/gnunet-helper-transport-wlan.c2
2 files changed, 0 insertions, 3 deletions
diff --git a/src/transport/gnunet-helper-transport-bluetooth.c b/src/transport/gnunet-helper-transport-bluetooth.c
index 9b56d0922..74806e630 100644
--- a/src/transport/gnunet-helper-transport-bluetooth.c
+++ b/src/transport/gnunet-helper-transport-bluetooth.c
@@ -21,7 +21,6 @@
21 */ 21 */
22#include "gnunet_config.h" 22#include "gnunet_config.h"
23 23
24#define SOCKTYPE int
25#include <bluetooth/bluetooth.h> 24#include <bluetooth/bluetooth.h>
26#include <bluetooth/hci.h> 25#include <bluetooth/hci.h>
27#include <bluetooth/hci_lib.h> 26#include <bluetooth/hci_lib.h>
diff --git a/src/transport/gnunet-helper-transport-wlan.c b/src/transport/gnunet-helper-transport-wlan.c
index 68adadbe8..2d5a2cf46 100644
--- a/src/transport/gnunet-helper-transport-wlan.c
+++ b/src/transport/gnunet-helper-transport-wlan.c
@@ -110,8 +110,6 @@
110 * parts taken from aircrack-ng, parts changend. 110 * parts taken from aircrack-ng, parts changend.
111 */ 111 */
112#include "gnunet_config.h" 112#include "gnunet_config.h"
113#define SOCKTYPE int
114#define FDTYPE int
115#include <sys/socket.h> 113#include <sys/socket.h>
116#include <sys/ioctl.h> 114#include <sys/ioctl.h>
117#include <sys/types.h> 115#include <sys/types.h>