summaryrefslogtreecommitdiff
path: root/other/bootstrap_daemon/src/tox-bootstrapd.c
diff options
context:
space:
mode:
Diffstat (limited to 'other/bootstrap_daemon/src/tox-bootstrapd.c')
-rw-r--r--other/bootstrap_daemon/src/tox-bootstrapd.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/other/bootstrap_daemon/src/tox-bootstrapd.c b/other/bootstrap_daemon/src/tox-bootstrapd.c
index 4883f885..e252a37d 100644
--- a/other/bootstrap_daemon/src/tox-bootstrapd.c
+++ b/other/bootstrap_daemon/src/tox-bootstrapd.c
@@ -1,8 +1,9 @@
1/* tox-bootstrapd.c 1/* tox-bootstrapd.c
2 * 2 *
3 * Tox DHT bootstrap daemon. 3 * Tox DHT bootstrap daemon.
4 * Main file.
4 * 5 *
5 * Copyright (C) 2014 Tox project All Rights Reserved. 6 * Copyright (C) 2014-2016 Tox project All Rights Reserved.
6 * 7 *
7 * This file is part of Tox. 8 * This file is part of Tox.
8 * 9 *
@@ -35,7 +36,6 @@
35#include "../../../toxcore/TCP_server.h" 36#include "../../../toxcore/TCP_server.h"
36#include "../../../toxcore/util.h" 37#include "../../../toxcore/util.h"
37 38
38
39// misc 39// misc
40#include "../../bootstrap_node_packets.h" 40#include "../../bootstrap_node_packets.h"
41 41