summaryrefslogtreecommitdiff
path: root/toxcore/tox.c
diff options
context:
space:
mode:
authoriphydf <iphydf@users.noreply.github.com>2018-02-27 02:07:59 +0000
committeriphydf <iphydf@users.noreply.github.com>2018-05-20 15:42:42 +0000
commitbe797d4b039b40d2c876f0a71cd1e48454a74065 (patch)
treec759c0f15a3ac0285e0bd941dc3edad06ade015d /toxcore/tox.c
parent291a849a5a0afb4450bcd0d0c50b7aeccaac04f5 (diff)
Move system header includes from network.h to network.c
Diffstat (limited to 'toxcore/tox.c')
-rw-r--r--toxcore/tox.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/toxcore/tox.c b/toxcore/tox.c
index 3db2bd35..6b50c5e8 100644
--- a/toxcore/tox.c
+++ b/toxcore/tox.c
@@ -31,6 +31,8 @@
31typedef struct Messenger Tox; 31typedef struct Messenger Tox;
32#include "tox.h" 32#include "tox.h"
33 33
34#include <string.h>
35
34#include "Messenger.h" 36#include "Messenger.h"
35#include "group.h" 37#include "group.h"
36#include "logger.h" 38#include "logger.h"