Apply header order fix

This commit is contained in:
Jérôme Leclercq
2021-10-28 09:53:56 +02:00
parent 66206868cd
commit a02b1952c0
93 changed files with 110 additions and 104 deletions

View File

@@ -9,13 +9,13 @@
#include <Nazara/Core/StringExt.hpp>
#include <Nazara/Network/NetBuffer.hpp>
#include <Nazara/Network/Posix/IpAddressImpl.hpp>
#include <cstring>
#include <poll.h>
#include <unistd.h>
#include <netinet/tcp.h>
#include <sys/ioctl.h>
#include <sys/types.h>
#include <sys/uio.h>
#include <poll.h>
#include <unistd.h>
#include <cstring>
#include <Nazara/Network/Debug.hpp>
#if !defined(TCP_KEEPIDLE) && defined(TCP_KEEPALIVE)

View File

@@ -7,9 +7,9 @@
#ifndef NAZARA_NETWORK_POSIX_SOCKETIMPL_HPP
#define NAZARA_NETWORK_POSIX_SOCKETIMPL_HPP
#include <Nazara/Network/SocketHandle.hpp>
#include <Nazara/Network/Enums.hpp>
#include <Nazara/Network/IpAddress.hpp>
#include <Nazara/Network/SocketHandle.hpp>
#define NAZARA_NETWORK_POLL_SUPPORT 1