summaryrefslogtreecommitdiffstats
path: root/src/network/network.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/network/network.cc')
-rw-r--r--src/network/network.cc7
1 files changed, 4 insertions, 3 deletions
diff --git a/src/network/network.cc b/src/network/network.cc
index ea58bae..2b11fe7 100644
--- a/src/network/network.cc
+++ b/src/network/network.cc
@@ -32,6 +32,10 @@
#include "src/include/config.h"
+#include <cassert>
+#include <cerrno>
+#include <cstring>
+
#include <sys/types.h>
#include <sys/socket.h>
#ifdef HAVE_SYS_UIO_H
@@ -39,9 +43,6 @@
#endif
#include <netdb.h>
#include <netinet/in.h>
-#include <assert.h>
-#include <errno.h>
-#include <string.h>
#include <unistd.h>
#include "src/util/dos_assert.h"