X-Git-Url: https://git.stg.codes/stg.git/blobdiff_plain/a8690e044055da20e4cf7d7d7e51d182b5e09154..62a323c846db0ef869ff7a3030e473835b9f7ac3:/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..e5152671 100644 --- a/stglibs/sgcp.lib/include/stg/sgcp_utils.h +++ b/stglibs/sgcp.lib/include/stg/sgcp_utils.h @@ -27,7 +27,6 @@ #include #include // hton* -#include // in_addr namespace STG { @@ -59,8 +58,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