]> git.tdb.fi Git - libs/core.git/commitdiff
Fix some stray header names
authorMikko Rasa <tdb@tdb.fi>
Tue, 6 Sep 2011 08:37:06 +0000 (11:37 +0300)
committerMikko Rasa <tdb@tdb.fi>
Tue, 6 Sep 2011 08:37:06 +0000 (11:37 +0300)
source/io/pipe.cpp
source/io/print.h

index c011cef54f86d6e8fb2adac02e6869e8e0422ef3..3882bd5b79b62eb6159cdd372ddaa4ca9a5e4e18 100644 (file)
@@ -3,7 +3,7 @@
 #include <errno.h>
 #endif
 #include <msp/core/systemerror.h>
-#include <msp/strings/formatter.h>
+#include <msp/strings/format.h>
 #include "handle_private.h"
 #include "pipe.h"
 
index 65744cbf69368b6da18cc37cd82dec2231ecee4c..8e9fde58666bb43e282e21841ac4ad67da98832e 100644 (file)
@@ -1,7 +1,7 @@
 #ifndef MSP_IO_PRINT_H_
 #define MSP_IO_PRINT_H_
 
-#include <msp/strings/formatter.h>
+#include <msp/strings/format.h>
 #include "base.h"
 #include "console.h"