]> git.tdb.fi Git - libs/net.git/commitdiff
Header changes
authorMikko Rasa <tdb@tdb.fi>
Thu, 4 Aug 2011 22:41:48 +0000 (01:41 +0300)
committerMikko Rasa <tdb@tdb.fi>
Thu, 4 Aug 2011 22:41:48 +0000 (01:41 +0300)
source/datagramsocket.cpp
source/inet.cpp
source/inet6.cpp
source/resolve.cpp
source/socket.cpp
source/streamlistensocket.cpp
source/streamsocket.cpp

index 714b4d58df67a1d8af548bdd957716350644b5a2..aa097f13707a6efe71fc191f21fc17b9a7511145 100644 (file)
@@ -1,5 +1,5 @@
-#include <errno.h>
-#include <msp/strings/formatter.h>
+#include <cerrno>
+#include <msp/strings/format.h>
 #include "datagramsocket.h"
 
 namespace Msp {
index 962899bfbdebaf75253ff38cff67b95899b48fd7..41b5ae7cb0b232d847be91054e07e05319dfd397 100644 (file)
@@ -1,4 +1,4 @@
-#include <msp/strings/formatter.h>
+#include <msp/strings/format.h>
 #include "inet.h"
 
 using namespace std;
index 3adad2fb58a3320125781c038c9135ff46d00cfd..5073322f60df6cebf9f5d3a9197e4d38da84b5cc 100644 (file)
@@ -1,5 +1,5 @@
 #include <msp/core/except.h>
-#include <msp/strings/formatter.h>
+#include <msp/strings/format.h>
 #include "inet6.h"
 
 using namespace std;
index e732fc040dfe037334cd203dc19fb2fc88f93906..6575dd2502dea51d07098a35af7e7ffdf93b7347 100644 (file)
@@ -4,7 +4,7 @@
 #else
 #include <netdb.h>
 #endif
-#include <msp/strings/formatter.h>
+#include <msp/strings/format.h>
 #include "socket.h"
 #include "resolve.h"
 
index c4e98a363a89b9779517f9aab9c95a9cb1a84742..5afb9c275ffa47e599fcdb02533f79e35ab52626 100644 (file)
@@ -4,7 +4,7 @@
 #include <sys/socket.h>
 #endif
 #include <iostream>
-#include <msp/strings/formatter.h>
+#include <msp/strings/format.h>
 #include <msp/time/units.h>
 #include "socket.h"
 
index 68580d7627672e7041e79f1a415d5c63d8c156eb..ccb683a1a31937b18b46db991aad021ea6b8fec8 100644 (file)
@@ -1,6 +1,6 @@
 #include <cerrno>
 #include <msp/core/refptr.h>
-#include <msp/strings/formatter.h>
+#include <msp/strings/format.h>
 #include "streamlistensocket.h"
 #include "streamsocket.h"
 
index e5f904ffdcbf4bd26851148b16790ad12a2ab374..2576009452bddcb9df8ee22898c42ce612fcc171 100644 (file)
@@ -3,7 +3,7 @@
 #endif
 #include <cerrno>
 #include <msp/io/poll.h>
-#include <msp/strings/formatter.h>
+#include <msp/strings/format.h>
 #include "streamsocket.h"
 
 namespace Msp {