]> git.tdb.fi Git - libs/net.git/commitdiff
Fix some header names
authorMikko Rasa <tdb@tdb.fi>
Wed, 5 Oct 2011 08:30:41 +0000 (11:30 +0300)
committerMikko Rasa <mikko.rasa@movial.com>
Wed, 5 Oct 2011 08:30:41 +0000 (11:30 +0300)
source/http/message.cpp
source/http/request.cpp
source/http/response.cpp
source/http/utils.cpp
source/http/version.cpp

index 2b3e40b539d9208138153d6401d453e17a590cee..45392048e3c188cfbab45f17e600748cfe229da7 100644 (file)
@@ -1,6 +1,6 @@
 #include <cstdlib>
 #include <msp/core/maputils.h>
-#include <msp/strings/formatter.h>
+#include <msp/strings/format.h>
 #include <msp/strings/utils.h>
 #include "message.h"
 
index c948755ae78281cb1c36378de491a1cd0c948cd7..01948592ef9c8033119bf86bfbf1ff40c66307f7 100644 (file)
@@ -1,4 +1,4 @@
-#include <msp/strings/formatter.h>
+#include <msp/strings/format.h>
 #include <msp/strings/regex.h>
 #include <msp/strings/utils.h>
 #include "request.h"
index ede249b7e11afa467e5423f4c4a54faa091fc59c..85e279f579a35cd08a6e4ad446ef1836771a282e 100644 (file)
@@ -1,4 +1,4 @@
-#include <msp/strings/formatter.h>
+#include <msp/strings/format.h>
 #include <msp/strings/utils.h>
 #include "response.h"
 
index 870b86fea19ac54ee53c14f7e377a92a68dc5a42..281be809715c9f59487f876d1e280764fbd71269 100644 (file)
@@ -1,5 +1,5 @@
 #include <algorithm>
-#include <msp/strings/formatter.h>
+#include <msp/strings/format.h>
 #include <msp/strings/regex.h>
 #include <msp/strings/utils.h>
 #include "utils.h"
index f22b46eafe92523497d25403c3c772fd1fe46676..c9fd1c91bd83c4d352c36fdbce9e7c8770c18fb9 100644 (file)
@@ -1,4 +1,4 @@
-#include <msp/strings/formatter.h>
+#include <msp/strings/format.h>
 #include <msp/strings/lexicalcast.h>
 #include <msp/strings/regex.h>
 #include "version.h"