]> git.tdb.fi Git - libs/net.git/blobdiff - source/net/resolve.h
Move the address family enum into sockaddr.h
[libs/net.git] / source / net / resolve.h
index ae0411bd807c5e37292e0fd76f75e1fd34f9d94d..212a7f0a47574068b1b7573acf973ef76cbbc5ca 100644 (file)
@@ -9,13 +9,11 @@
 #include <msp/core/thread.h>
 #include <msp/io/eventdispatcher.h>
 #include <msp/io/pipe.h>
-#include "constants.h"
+#include "sockaddr.h"
 
 namespace Msp {
 namespace Net {
 
-class SockAddr;
-
 /** Resolves host and service names into a socket address.  If host is empty,
 the loopback address will be used.  If host is "*", the wildcard address will
 be used.  If service is empty, a socket address with a null service will be