diff options
author | Shauren <shauren.trinity@gmail.com> | 2023-01-07 22:38:21 +0100 |
---|---|---|
committer | Shauren <shauren.trinity@gmail.com> | 2023-01-07 22:38:21 +0100 |
commit | 92ed5e8af1f8b1aac085fd9b0ea93afb2b6795d4 (patch) | |
tree | f141fe0afd8ff11a7037329ffd75f070d73d6e70 /src/common/Common.h | |
parent | a53e4a57565d3375a978effbbc32d3eed6aac7e3 (diff) |
Core/Misc: Include cleanup, 2023 edition
Diffstat (limited to 'src/common/Common.h')
-rw-r--r-- | src/common/Common.h | 19 |
1 files changed, 1 insertions, 18 deletions
diff --git a/src/common/Common.h b/src/common/Common.h index 99807a713e2..22cf8ce889b 100644 --- a/src/common/Common.h +++ b/src/common/Common.h @@ -20,25 +20,8 @@ #include "Define.h" #include <array> -#include <memory> #include <string> -#include <utility> - -#if TRINITY_PLATFORM == TRINITY_PLATFORM_WINDOWS -# 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 |