]> git.tdb.fi Git - libs/datafile.git/commitdiff
Update formatter.h -> format.h
authorMikko Rasa <tdb@tdb.fi>
Mon, 25 Jul 2011 09:30:43 +0000 (12:30 +0300)
committerMikko Rasa <tdb@tdb.fi>
Mon, 25 Jul 2011 09:30:43 +0000 (12:30 +0300)
source/binaryparser.cpp
source/loader.cpp
source/parser.cpp
source/textparser.cpp

index 2b50002eed7d26c3411fb4f70c85b8d3a9bf389d..e8487223cf24d1290e07ed302774b3fb7ee00d28 100644 (file)
@@ -1,5 +1,5 @@
 #include <sys/param.h>
-#include <msp/strings/formatter.h>
+#include <msp/strings/format.h>
 #include "binaryparser.h"
 #include "input.h"
 
index 8111f54c94a26d9e7d61f195881aff607c67e418..62c4b312d7f61efa1a56ae9d3e74d6dca6d515a0 100644 (file)
@@ -1,4 +1,4 @@
-#include <msp/strings/formatter.h>
+#include <msp/strings/format.h>
 #include "loader.h"
 #include "type.h"
 
index 957018f7a35c1e302e659da5f4ac5650f14aeca6..99ece49a0375d57345cf1c905d4d395a37eeb167 100644 (file)
@@ -1,4 +1,4 @@
-#include <msp/strings/formatter.h>
+#include <msp/strings/format.h>
 #include "binaryparser.h"
 #include "parser.h"
 #include "statement.h"
index 930ce875d782a58a43f6063ce30a4c3aab0b66ef..9545cdcdc7f2e77018d23f341f5aeb68e9da8007 100644 (file)
@@ -1,4 +1,4 @@
-#include <msp/strings/formatter.h>
+#include <msp/strings/format.h>
 #include <msp/strings/utils.h>
 #include "input.h"
 #include "textparser.h"