X-Git-Url: https://git.stg.codes/stg.git/blobdiff_plain/70f8adff2c970496bdc45717cad49ddec0405ae7..8ccf30b5ce93a419842105f762fb36c0582cbf83:/stglibs/sgcp.lib/include/stg/sgcp_utils.h?ds=sidebyside diff --git a/stglibs/sgcp.lib/include/stg/sgcp_utils.h b/stglibs/sgcp.lib/include/stg/sgcp_utils.h index 7e5004c1..947951d3 100644 --- a/stglibs/sgcp.lib/include/stg/sgcp_utils.h +++ b/stglibs/sgcp.lib/include/stg/sgcp_utils.h @@ -23,11 +23,7 @@ #include "stg/os_int.h" -#include -#include - #include // hton* -#include // in_addr namespace STG { @@ -59,8 +55,6 @@ uint64_t htonll(uint64_t value) template <> inline uint64_t hton(uint64_t value) { return htonll(value); } template <> inline int64_t hton(int64_t value) { return htonll(value); } -std::vector resolve(const std::string& address); - } // namespace SGCP } // namespace STG