diff options
| author | Shauren <shauren.trinity@gmail.com> | 2023-01-07 22:38:21 +0100 |
|---|---|---|
| committer | Shauren <shauren.trinity@gmail.com> | 2023-08-12 17:56:16 +0200 |
| commit | 3144566584642a455df7b8ec9d46974f1b8d1a56 (patch) | |
| tree | 5477cf9035ac68b5b6aa90c8dfd3e50da246a639 /src/common | |
| parent | 27cd5a90f4c1f34c47cd4e1bd1a616e9b11b10ec (diff) | |
Core/Misc: Include cleanup, 2023 edition
(cherry picked from commit 92ed5e8af1f8b1aac085fd9b0ea93afb2b6795d4)
Diffstat (limited to 'src/common')
| -rw-r--r-- | src/common/Common.h | 21 |
1 files changed, 1 insertions, 20 deletions
diff --git a/src/common/Common.h b/src/common/Common.h index 92c0453ddc0..141b163a63e 100644 --- a/src/common/Common.h +++ b/src/common/Common.h @@ -20,27 +20,8 @@ #include "Define.h" #include <array> -#include <memory> #include <string> -#include <utility> - -#if TRINITY_PLATFORM == TRINITY_PLATFORM_WINDOWS -# include <ws2tcpip.h> - -# if TRINITY_COMPILER == TRINITY_COMPILER_INTEL -# if !defined(BOOST_ASIO_HAS_MOVE) -# define BOOST_ASIO_HAS_MOVE -# endif // !defined(BOOST_ASIO_HAS_MOVE) -# endif // if TRINITY_COMPILER == TRINITY_COMPILER_INTEL -#else -# include <sys/types.h> -# include <sys/ioctl.h> -# include <sys/socket.h> -# include <netinet/in.h> -# include <unistd.h> -# include <netdb.h> -# include <cstdlib> -#endif +#include <cstdlib> #if TRINITY_COMPILER == TRINITY_COMPILER_MICROSOFT |
