]> git.stg.codes - stg.git/blobdiff - stglibs/sgcp.lib/include/stg/sgcp_utils.h
Experimental implementation of SGCP using Boost.Asio.
[stg.git] / stglibs / sgcp.lib / include / stg / sgcp_utils.h
index 7e5004c17684424d0f747b831e692b98933a2ceb..e5152671c39b10c00dc89b3dbb3fbda76f4e2cc8 100644 (file)
@@ -27,7 +27,6 @@
 #include <vector>
 
 #include <arpa/inet.h> // hton*
-#include <netinet/in.h> // 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<in_addr> resolve(const std::string& address);
-
 } // namespace SGCP
 } // namespace STG