summaryrefslogtreecommitdiff
path: root/toxcore/TCP_server.h
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 /toxcore/TCP_server.h
parentad135181531e567255c314593984d16cdb839eba (diff)
Sort #includes in all source files.
Diffstat (limited to 'toxcore/TCP_server.h')
-rw-r--r--toxcore/TCP_server.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/toxcore/TCP_server.h b/toxcore/TCP_server.h
index 3f6b18ae..908916ef 100644
--- a/toxcore/TCP_server.h
+++ b/toxcore/TCP_server.h
@@ -24,8 +24,8 @@
24#define TCP_SERVER_H 24#define TCP_SERVER_H
25 25
26#include "crypto_core.h" 26#include "crypto_core.h"
27#include "onion.h"
28#include "list.h" 27#include "list.h"
28#include "onion.h"
29 29
30#ifdef TCP_SERVER_USE_EPOLL 30#ifdef TCP_SERVER_USE_EPOLL
31#include "sys/epoll.h" 31#include "sys/epoll.h"