]> git.stg.codes - stg.git/blobdiff - stglibs/sgcp.lib/include/stg/sgcp_utils.h
Fixed Makefile.
[stg.git] / stglibs / sgcp.lib / include / stg / sgcp_utils.h
index 7e5004c17684424d0f747b831e692b98933a2ceb..947951d30e804222eb6f69a84b3dd98c9024c7a8 100644 (file)
 
 #include "stg/os_int.h"
 
-#include <string>
-#include <vector>
-
 #include <arpa/inet.h> // hton*
-#include <netinet/in.h> // 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<in_addr> resolve(const std::string& address);
-
 } // namespace SGCP
 } // namespace STG