aboutsummaryrefslogtreecommitdiff
path: root/src/transport/gnunet-helper-transport-bluetooth.c
diff options
context:
space:
mode:
authorLRN <lrn1986@gmail.com>2013-10-01 16:47:35 +0000
committerLRN <lrn1986@gmail.com>2013-10-01 16:47:35 +0000
commit11a3c4018cbccdc9e41b9dad40cd84f82ee2d152 (patch)
tree95f5a72d651e34381255bfa80e63907777ffb843 /src/transport/gnunet-helper-transport-bluetooth.c
parentfb61816b9f28ca3a1b73a5d9f5a2d9000fafa79e (diff)
downloadgnunet-11a3c4018cbccdc9e41b9dad40cd84f82ee2d152.tar.gz
gnunet-11a3c4018cbccdc9e41b9dad40cd84f82ee2d152.zip
Shift the includes (include platform.h earlier)
Diffstat (limited to 'src/transport/gnunet-helper-transport-bluetooth.c')
-rw-r--r--src/transport/gnunet-helper-transport-bluetooth.c5
1 files changed, 2 insertions, 3 deletions
diff --git a/src/transport/gnunet-helper-transport-bluetooth.c b/src/transport/gnunet-helper-transport-bluetooth.c
index 43eccf0aa..0d0d023ec 100644
--- a/src/transport/gnunet-helper-transport-bluetooth.c
+++ b/src/transport/gnunet-helper-transport-bluetooth.c
@@ -20,15 +20,12 @@
20 Boston, MA 02111-1307, USA. 20 Boston, MA 02111-1307, USA.
21*/ 21*/
22#include "gnunet_config.h" 22#include "gnunet_config.h"
23#include "plugin_transport_wlan.h"
24#include "gnunet_protocols.h"
25 23
26#ifdef MINGW 24#ifdef MINGW
27 #include "platform.h" 25 #include "platform.h"
28 #include "gnunet_util_lib.h" 26 #include "gnunet_util_lib.h"
29 #include <bthdef.h> 27 #include <bthdef.h>
30 #include <ws2bth.h> 28 #include <ws2bth.h>
31 #include "gnunet_protocols.h"
32#else 29#else
33 #include <bluetooth/bluetooth.h> 30 #include <bluetooth/bluetooth.h>
34 #include <bluetooth/hci.h> 31 #include <bluetooth/hci.h>
@@ -48,6 +45,8 @@
48 #include <unistd.h> 45 #include <unistd.h>
49#endif 46#endif
50 47
48#include "plugin_transport_wlan.h"
49#include "gnunet_protocols.h"
51 50
52 51
53/** 52/**