summaryrefslogtreecommitdiff
path: root/other/bootstrap_daemon/src/tox-bootstrapd.c
diff options
context:
space:
mode:
authoriphydf <iphydf@users.noreply.github.com>2016-09-01 00:33:20 +0100
committeriphydf <iphydf@users.noreply.github.com>2016-09-01 16:35:46 +0100
commit77db27331eb326615395fa59f3741424f85887bb (patch)
tree233270b558c30f9a045e30e09c2d5681c800a139 /other/bootstrap_daemon/src/tox-bootstrapd.c
parentad135181531e567255c314593984d16cdb839eba (diff)
Sort #includes in all source files.
Diffstat (limited to 'other/bootstrap_daemon/src/tox-bootstrapd.c')
-rw-r--r--other/bootstrap_daemon/src/tox-bootstrapd.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/other/bootstrap_daemon/src/tox-bootstrapd.c b/other/bootstrap_daemon/src/tox-bootstrapd.c
index 72d4572c..2ae60f76 100644
--- a/other/bootstrap_daemon/src/tox-bootstrapd.c
+++ b/other/bootstrap_daemon/src/tox-bootstrapd.c
@@ -33,8 +33,8 @@
33 33
34// toxcore 34// toxcore
35#include "../../../toxcore/LAN_discovery.h" 35#include "../../../toxcore/LAN_discovery.h"
36#include "../../../toxcore/onion_announce.h"
37#include "../../../toxcore/TCP_server.h" 36#include "../../../toxcore/TCP_server.h"
37#include "../../../toxcore/onion_announce.h"
38#include "../../../toxcore/util.h" 38#include "../../../toxcore/util.h"
39 39
40// misc 40// misc