diff options
author | LRN <lrn1986@gmail.com> | 2013-10-01 16:47:35 +0000 |
---|---|---|
committer | LRN <lrn1986@gmail.com> | 2013-10-01 16:47:35 +0000 |
commit | 11a3c4018cbccdc9e41b9dad40cd84f82ee2d152 (patch) | |
tree | 95f5a72d651e34381255bfa80e63907777ffb843 /src | |
parent | fb61816b9f28ca3a1b73a5d9f5a2d9000fafa79e (diff) |
Shift the includes (include platform.h earlier)
Diffstat (limited to 'src')
-rw-r--r-- | src/transport/gnunet-helper-transport-bluetooth.c | 5 |
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 43eccf0aa8..0d0d023ecb 100644 --- a/src/transport/gnunet-helper-transport-bluetooth.c +++ b/src/transport/gnunet-helper-transport-bluetooth.c @@ -20,15 +20,12 @@ Boston, MA 02111-1307, USA. */ #include "gnunet_config.h" -#include "plugin_transport_wlan.h" -#include "gnunet_protocols.h" #ifdef MINGW #include "platform.h" #include "gnunet_util_lib.h" #include <bthdef.h> #include <ws2bth.h> - #include "gnunet_protocols.h" #else #include <bluetooth/bluetooth.h> #include <bluetooth/hci.h> @@ -48,6 +45,8 @@ #include <unistd.h> #endif +#include "plugin_transport_wlan.h" +#include "gnunet_protocols.h" /** |