diff options
Diffstat (limited to 'protocols/Tox/src/tox_bootstrap.h')
-rw-r--r-- | protocols/Tox/src/tox_bootstrap.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/protocols/Tox/src/tox_bootstrap.h b/protocols/Tox/src/tox_bootstrap.h index 4c128ab000..f8faa30584 100644 --- a/protocols/Tox/src/tox_bootstrap.h +++ b/protocols/Tox/src/tox_bootstrap.h @@ -1,8 +1,6 @@ #ifndef _TOX_BOOTSTRAP_H_
#define _TOX_BOOTSTRAP_H_
-#include "common.h"
-
struct bootstrap_node {
char *address;
uint16_t port;
|